final touchups (i.e. removing useless comments)

This commit is contained in:
2025-09-22 19:43:52 +02:00
parent 90945f2e60
commit e98d586445
5 changed files with 23 additions and 17 deletions

View File

@@ -11,6 +11,3 @@ class Playerhandler:
self.player1_char = "X"
self.player2_char = "O"
self.ai = False
'''
def getPlayer(self):
return'''