Files
Grinch-AP/worlds/kh2/test/__init__.py

6 lines
103 B
Python
Raw Normal View History

from test.bases import WorldTestBase
2023-03-20 12:19:55 -04:00
class KH2TestBase(WorldTestBase):
game = "Kingdom Hearts 2"