mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 03:03:19 -07:00
7 lines
109 B
Python
7 lines
109 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class TunicTestBase(WorldTestBase):
|
|
game = "TUNIC"
|
|
player = 1
|