Delete deck.py

This commit is contained in:
Brad Stein 2018-01-01 09:34:59 -06:00 committed by GitHub
parent f30bcb31ce
commit 619df23219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
from table.supply import Supply
from random import shuffle
class Deck(Supply):
def shuffle(self):
shuffle(self._Supply__card)