PEP Compliance edit

This commit is contained in:
otomo otonami 2022-08-15 07:26:45 +03:00
parent 7b486881d9
commit 9c9db7aba9

View File

@ -5,7 +5,7 @@ from Player import *
class GameLogic(): class GameLogic():
def __init__(self, gameMap, playerList, winRowLength = 3, individualMoves = 1): def __init__(self, gameMap, playerList, winRowLength=3, individualMoves=1):
self.gameMap = gameMap self.gameMap = gameMap
self.playerList = playerList self.playerList = playerList