class PlayerManager: def __init__(self, root, game): self.root = root self.game = game self.root.title("Player Manager")