Add extra whitespace

This commit is contained in:
2022-11-10 22:44:24 -06:00
parent b067a6ca07
commit 51092e52a2
6 changed files with 11 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ import uuid
from database.models import GameModel as Game
from game.manager import BaseGameManager
class NewGameManager(BaseGameManager):
"""Commands that run at the start of a new game"""