From 707a04aae336251cba75fdc25402c795e7c0ccfb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 2 Oct 2025 19:03:54 -0400 Subject: Minor import tweaks --- apworld/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apworld/__init__.py') diff --git a/apworld/__init__.py b/apworld/__init__.py index 96f6804..1d12050 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -11,7 +11,7 @@ from .options import Lingo2Options from .player_logic import Lingo2PlayerLogic from .regions import create_regions, shuffle_entrances, connect_ports_from_ut from .static_logic import Lingo2StaticLogic -from ..LauncherComponents import Component, Type, components, launch as launch_component, icon_paths +from worlds.LauncherComponents import Component, Type, components, launch as launch_component, icon_paths class Lingo2WebWorld(WebWorld): -- cgit 1.4.1