mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 23:03:21 -07:00
9 lines
163 B
Python
9 lines
163 B
Python
from typing import ClassVar
|
|
|
|
from test.bases import WorldTestBase
|
|
|
|
|
|
class CivVITestBase(WorldTestBase):
|
|
game = "Civilization VI"
|
|
player: ClassVar[int] = 1
|