Esempio n. 1
0
 def __init__(self, Sec, LblTimer, gameBoard):
     threading.Thread.__init__(self)
     self.MGB = GameBoard.WindowGameBoard(gameBoard)
     self.seconds = Sec
     self.lblTimer = LblTimer
     print("TTTTTTTTTTTTTTTTTTTTTTTT")