From 25df8e524870c082c17bad4c0ccd1ca48d621548 Mon Sep 17 00:00:00 2001 From: spinerak Date: Fri, 7 Jun 2024 23:29:47 +0200 Subject: [PATCH] import; worlds not world :) --- worlds/yachtdice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/yachtdice/__init__.py b/worlds/yachtdice/__init__.py index 1406dbf7ef..d700dcf979 100644 --- a/worlds/yachtdice/__init__.py +++ b/worlds/yachtdice/__init__.py @@ -5,7 +5,7 @@ from .Items import YachtDiceItem, item_table, item_groups from .Locations import YachtDiceLocation, all_locations, ini_locations from .Options import YachtDiceOptions from .Rules import set_yacht_rules, set_yacht_completion_rules, dice_simulation -from world.AutoWorld import World, WebWorld +from worlds.AutoWorld import World, WebWorld class YachtDiceWeb(WebWorld):