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/GameManager.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'swiftstory/GameManager.py') diff --git a/swiftstory/GameManager.py b/swiftstory/GameManager.py index 7cdb5da..e3b5e78 100644 --- a/swiftstory/GameManager.py +++ b/swiftstory/GameManager.py @@ -1,9 +1,10 @@ +import os + from swiftstory.Game import Game from swiftstory.Cards import Cards -import os -class GameManager(): +class GameManager: def __init__(self): self.langs = {} -- cgit v1.2.3