mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 19:18:18 +00:00
Delete deck.py
This commit is contained in:
parent
f30bcb31ce
commit
619df23219
@ -1,7 +0,0 @@
|
|||||||
from table.supply import Supply
|
|
||||||
from random import shuffle
|
|
||||||
|
|
||||||
|
|
||||||
class Deck(Supply):
|
|
||||||
def shuffle(self):
|
|
||||||
shuffle(self._Supply__card)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user