6 lines
116 B
Python
6 lines
116 B
Python
|
|
from test.TestBase import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class PokemonEmeraldTestBase(WorldTestBase):
|
||
|
|
game = "Pokemon Emerald"
|