neogeek23 ce4eddcf72
Add files via upload
first upload under new name
2017-12-24 13:00:51 -06:00

8 lines
132 B
Python

from supply import Supply
from random import shuffle
class Deck(Supply):
def shuffle(self):
shuffle(self._Supply__card)