Delete discard.py

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

View File

@ -1,8 +0,0 @@
from table.supply import Supply
class Discard(Supply):
def cycle_card(self, deck):
while self.get_remaining() > 0:
self.transfer_top_card(deck)
deck.shuffle()