Files
TicTacToe/MVC/main.py

3 lines
63 B
Python

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