3 lines
63 B
Python
3 lines
63 B
Python
import tictactoe
|
|
newGame = tictactoe.Tictactoe()
|
|
newGame.main() |
import tictactoe
|
|
newGame = tictactoe.Tictactoe()
|
|
newGame.main() |