player class

This commit is contained in:
2025-07-26 14:13:55 +02:00
parent e577c389e3
commit b56ccb610a
4 changed files with 23 additions and 1 deletions

5
board.py Normal file
View File

@@ -0,0 +1,5 @@
class Board():
def __init__(self, board):
self.board = board