コード例 #1
0
ファイル: Simulate.py プロジェクト: vroomster/Code-Samples
from TicTacToe import TicTacToe

tb = TicTacToe()
tb.simulateGame()