mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 15:45:04 -07:00
6 lines
113 B
Python
6 lines
113 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class PokemonEmeraldTestBase(WorldTestBase):
|
|
game = "Pokemon Emerald"
|