0b1f6d5a by Barry

Updating to the latest db and blackjack.

1 parent 4e471aec
......@@ -157,6 +157,7 @@ class Blackjack:
def deserialize(self, state):
self = pickle.loads(state)
# bet = 10
# bj = Blackjack(bet)
# print(bj.print_hand())
......
No preview for this file type