Esempio n. 1
0
def play():
    main()
Esempio n. 2
0
import sys
import os.path

sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

from othello.game import main

main()