6 lines
97 B
Python
6 lines
97 B
Python
|
|
from test.bases import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class MM2TestBase(WorldTestBase):
|
||
|
|
game = "Mega Man 2"
|