6 lines
94 B
Python
6 lines
94 B
Python
|
|
from test.bases import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class TunicTestBase(WorldTestBase):
|
||
|
|
game = "TUNIC"
|