mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-24 10:59:55 -07:00
2bd572c23d
--------- Co-authored-by: Yussur Mustafa Oraji <N00byKing@hotmail.de> Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
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
|