Ori: fix py3.8 apworld compatibility

This commit is contained in:
black-sliver 2023-06-26 00:56:16 +02:00
parent dc46e96e3f
commit 751e5cec63
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from typing import Set
from ..AutoWorld import World, LogicMixin
from worlds.AutoWorld import World
from .Items import item_table, default_pool
from .Locations import lookup_name_to_id
from .Rules import set_rules, location_rules