mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06: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
|