mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 11:08:18 +00:00
6 lines
82 B
Python
6 lines
82 B
Python
from card.basic.card_victory import Victory
|
|
|
|
|
|
class Province(Victory):
|
|
pass
|