def __init__(self): self.display = gui.GUI(self.root, self, self.board, self.player_turns) self.display.pack( side='top', fill='both', expand='true', padx=4, pady=4)