forked from mirror/Archipelago
--------- 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
|