6 lines
106 B
Python
6 lines
106 B
Python
|
|
from test.bases import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class HatInTimeTestBase(WorldTestBase):
|
||
|
|
game = "A Hat in Time"
|