Main: add __all__ and change wrong imports (#1824)

* Main: add __all__ and change wrong imports

* Adjusters: fix __version__ import
This commit is contained in:
black-sliver
2023-05-20 19:21:39 +02:00
committed by GitHub
parent b1c5456d18
commit 324d3cf042
8 changed files with 9 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ from worlds.alttp.Shops import FillDisabledShopSlots
from worlds.alttp.SubClasses import LTTPRegionType
from worlds.generic.Rules import exclusion_rules, locality_rules
__all__ = ["main"]
ordered_areas = (
'Light World', 'Dark World', 'Hyrule Castle', 'Agahnims Tower', 'Eastern Palace', 'Desert Palace',
'Tower of Hera', 'Palace of Darkness', 'Swamp Palace', 'Skull Woods', 'Thieves Town', 'Ice Palace',