diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-05-15 00:32:45 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-05-15 02:47:20 +0200 |
commit | d01091afabaeb2665fa8773ccd37cc437230c9eb (patch) | |
tree | f9a77b343b43172beda9de61c40e2b80dc193d92 /swiftstory/GameManager.py | |
parent | 638af2c54513a928e6fe82bcb2932c09da6931b2 (diff) |
Add cosmetic changes
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'swiftstory/GameManager.py')
-rw-r--r-- | swiftstory/GameManager.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 = {} |