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

@@ -10,6 +10,7 @@ from database.models import GameModel as Game, GuessModel as Guess
from game.manager import BaseGameManager
from game.process_guess import ProcessGuess
class EndGameManager(BaseGameManager):
"""Commands that run at the end of a game"""