AI_PRO/Testfile.py
2021-03-29 02:19:55 +02:00

6 lines
69 B
Python

from Main import Board
board = Board.generate()
print(board[0][0])