about summary refs log tree commit diff stats
path: root/apworld/__init__.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-02 19:03:54 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-02 19:03:54 -0400
commit707a04aae336251cba75fdc25402c795e7c0ccfb (patch)
treee4085b32f4dbf4a4e8c839053490ff8b46ca3056 /apworld/__init__.py
parent655701e4e9911393e58f2b4ce06f44d6553e0f9c (diff)
downloadlingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.tar.gz
lingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.tar.bz2
lingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.zip
Minor import tweaks
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r--apworld/__init__.py2
1 files changed, 1 insertions, 1 deletions
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
11from .player_logic import Lingo2PlayerLogic 11from .player_logic import Lingo2PlayerLogic
12from .regions import create_regions, shuffle_entrances, connect_ports_from_ut 12from .regions import create_regions, shuffle_entrances, connect_ports_from_ut
13from .static_logic import Lingo2StaticLogic 13from .static_logic import Lingo2StaticLogic
14from ..LauncherComponents import Component, Type, components, launch as launch_component, icon_paths 14from worlds.LauncherComponents import Component, Type, components, launch as launch_component, icon_paths
15 15
16 16
17class Lingo2WebWorld(WebWorld): 17class Lingo2WebWorld(WebWorld):