6 lines
104 B
Python
6 lines
104 B
Python
|
from test.TestBase import WorldTestBase
|
||
|
|
||
|
|
||
|
class MuseDashTestBase(WorldTestBase):
|
||
|
game = "Muse Dash"
|