Files
TicTacToe/main.py
2025-09-22 19:54:49 +02:00

3 lines
63 B
Python

import tictactoe
newGame = tictactoe.Tictactoe()
newGame.main()