diff options
Diffstat (limited to 'rules.py')
-rw-r--r-- | rules.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.py b/rules.py index 481fab1..054c330 100644 --- a/rules.py +++ b/rules.py | |||
@@ -1,8 +1,9 @@ | |||
1 | from typing import TYPE_CHECKING | 1 | from typing import TYPE_CHECKING |
2 | 2 | ||
3 | from BaseClasses import CollectionState | 3 | from BaseClasses import CollectionState |
4 | from .datatypes import RoomAndDoor | ||
4 | from .player_logic import AccessRequirements, LingoPlayerLogic, PlayerLocation | 5 | from .player_logic import AccessRequirements, LingoPlayerLogic, PlayerLocation |
5 | from .static_logic import PROGRESSION_BY_ROOM, PROGRESSIVE_ITEMS, RoomAndDoor | 6 | from .static_logic import PROGRESSION_BY_ROOM, PROGRESSIVE_ITEMS |
6 | 7 | ||
7 | if TYPE_CHECKING: | 8 | if TYPE_CHECKING: |
8 | from . import LingoWorld | 9 | from . import LingoWorld |