mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
6 lines
116 B
Python
6 lines
116 B
Python
from table.supply import Supply
|
|
|
|
class Pile(Supply):
|
|
def get_card_group(self):
|
|
return self._Supply__card[0]
|