from games import *

ttt = TicTacToe()
ttt.play_game(alpha_beta_player, query_player)
