mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-08-05 06:26:13 -07:00
--------- Co-authored-by: Yussur Mustafa Oraji <[email protected]> Co-authored-by: NewSoupVi <[email protected]>
9 lines
149 B
Python
9 lines
149 B
Python
from test.bases import WorldTestBase
|
|
|
|
from .. import SM64World
|
|
|
|
|
|
class SM64TestBase(WorldTestBase):
|
|
game = "Super Mario 64"
|
|
world: SM64World
|