fix unit tests

This commit is contained in:
Fabian Dill
2021-01-03 17:16:07 +01:00
parent d80939480b
commit 6bb7631382
7 changed files with 56 additions and 43 deletions

View File

@@ -1,7 +1,8 @@
from BaseClasses import World
from worlds.generic import World
class ALTTPWorld(World):
"""WIP"""
def __init__(self, options, slot: int):
self._region_cache = {}
self.slot = slot