Archipelago/worlds/messenger/test/__init__.py

7 lines
129 B
Python

from test.TestBase import WorldTestBase
class MessengerTestBase(WorldTestBase):
game = "The Messenger"
player: int = 1