diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-02 19:03:54 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-02 19:03:54 -0400 |
| commit | 707a04aae336251cba75fdc25402c795e7c0ccfb (patch) | |
| tree | e4085b32f4dbf4a4e8c839053490ff8b46ca3056 /apworld | |
| parent | 655701e4e9911393e58f2b4ce06f44d6553e0f9c (diff) | |
| download | lingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.tar.gz lingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.tar.bz2 lingo2-archipelago-707a04aae336251cba75fdc25402c795e7c0ccfb.zip | |
Minor import tweaks
Diffstat (limited to 'apworld')
| -rw-r--r-- | apworld/__init__.py | 2 | ||||
| -rw-r--r-- | apworld/player_logic.py | 2 |
2 files changed, 2 insertions, 2 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 | |||
| 11 | from .player_logic import Lingo2PlayerLogic | 11 | from .player_logic import Lingo2PlayerLogic |
| 12 | from .regions import create_regions, shuffle_entrances, connect_ports_from_ut | 12 | from .regions import create_regions, shuffle_entrances, connect_ports_from_ut |
| 13 | from .static_logic import Lingo2StaticLogic | 13 | from .static_logic import Lingo2StaticLogic |
| 14 | from ..LauncherComponents import Component, Type, components, launch as launch_component, icon_paths | 14 | from worlds.LauncherComponents import Component, Type, components, launch as launch_component, icon_paths |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | class Lingo2WebWorld(WebWorld): | 17 | class Lingo2WebWorld(WebWorld): |
| diff --git a/apworld/player_logic.py b/apworld/player_logic.py index 5be066d..3ed1bb1 100644 --- a/apworld/player_logic.py +++ b/apworld/player_logic.py | |||
| @@ -4,7 +4,7 @@ from .generated import data_pb2 as data_pb2 | |||
| 4 | from .items import SYMBOL_ITEMS | 4 | from .items import SYMBOL_ITEMS |
| 5 | from typing import TYPE_CHECKING, NamedTuple | 5 | from typing import TYPE_CHECKING, NamedTuple |
| 6 | 6 | ||
| 7 | from .options import VictoryCondition, ShuffleLetters, CyanDoorBehavior | 7 | from .options import ShuffleLetters, CyanDoorBehavior |
| 8 | 8 | ||
| 9 | if TYPE_CHECKING: | 9 | if TYPE_CHECKING: |
| 10 | from . import Lingo2World | 10 | from . import Lingo2World |
