From d01091afabaeb2665fa8773ccd37cc437230c9eb Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 15 May 2020 00:32:45 +0200 Subject: Add cosmetic changes Signed-off-by: Olivier Gayot --- swiftstory/Player.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'swiftstory/Player.py') 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 -- cgit v1.2.3