Brad Stein 69a8022f22
Add files via upload
had removed passive method as it is not used, where as a setup method will probably be
2017-12-30 22:44:48 -06:00

6 lines
116 B
Python

from table.supply import Supply
class Pile(Supply):
def get_card_group(self):
return self._Supply__card[0]