diff options
Diffstat (limited to 'apworld/__init__.py')
| -rw-r--r-- | apworld/__init__.py | 2 |
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 | |||
| 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): |
