summaryrefslogtreecommitdiff
path: root/swiftstory/Player.py
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2020-05-15 00:32:45 +0200
committerOlivier Gayot <olivier.gayot@sigexec.com>2020-05-15 02:47:20 +0200
commitd01091afabaeb2665fa8773ccd37cc437230c9eb (patch)
treef9a77b343b43172beda9de61c40e2b80dc193d92 /swiftstory/Player.py
parent638af2c54513a928e6fe82bcb2932c09da6931b2 (diff)
Add cosmetic changes
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'swiftstory/Player.py')
-rw-r--r--swiftstory/Player.py3
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