diff options
Diffstat (limited to 'swiftstory/Player.py')
-rw-r--r-- | swiftstory/Player.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swiftstory/Player.py b/swiftstory/Player.py index a1d6cda..3380908 100644 --- a/swiftstory/Player.py +++ b/swiftstory/Player.py @@ -1,6 +1,7 @@ import json -class Player(): + +class Player: def __init__(self, client): self.cards = {} self.next_idx = 0 |