This is a really bad implementation of Quantum Tic Tac Toe (use the repo graph-quantum-ttt instead)
Just run play_qTTT.py via
python play_qTTT.py
in your console and play against a friend or against the computer (which is implemented via a minimax algorithm).
Beware that there are still a lot of bugs in the AI