mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 23:23:24 -07:00
5 lines
140 B
Python
5 lines
140 B
Python
from test.bases import WorldTestBase
|
|
from ..Common import LINKS_AWAKENING
|
|
class LADXTestBase(WorldTestBase):
|
|
game = LINKS_AWAKENING
|