Files

3 lines
63 B
Python
Raw Permalink Normal View History

2025-09-22 19:43:52 +02:00
import tictactoe
newGame = tictactoe.Tictactoe()
newGame.main()