diff --git a/player/table/pile.py b/player/table/pile.py deleted file mode 100644 index 43567ad..0000000 --- a/player/table/pile.py +++ /dev/null @@ -1,5 +0,0 @@ -from table.supply import Supply - -class Pile(Supply): - def get_card_group(self): - return self._Supply__card[0]