6 lines
69 B
Python
6 lines
69 B
Python
from Main import Board
|
|
|
|
board = Board.generate()
|
|
|
|
print(board[0][0])
|