6 lines
122 B
Python
6 lines
122 B
Python
|
from test.bases import WorldTestBase
|
||
|
|
||
|
|
||
|
class CVCotMTestBase(WorldTestBase):
|
||
|
game = "Castlevania - Circle of the Moon"
|