6 lines
106 B
Python
6 lines
106 B
Python
|
from test.TestBase import WorldTestBase
|
||
|
|
||
|
|
||
|
class KH2TestBase(WorldTestBase):
|
||
|
game = "Kingdom Hearts 2"
|