Example #1
0
 def newDeck(seed=random.random()):
     deck = Deck()
     deck._cards = Card.all()
     return deck