diff --git a/GhostBallBot/game/base.py b/GhostBallBot/game/base.py index 0c49028..a57ccbe 100644 --- a/GhostBallBot/game/base.py +++ b/GhostBallBot/game/base.py @@ -6,6 +6,7 @@ from database.models import database, GameModel as Game + class BaseGameManager: """Base Game Manager for each Game Manager class to inherit""" @@ -37,4 +38,4 @@ class BaseGameManager: Automagically close the database when this class has ended execution """ - database.close() \ No newline at end of file + database.close()