예제 #1
0
def play():
    main()
예제 #2
0
import sys
import os.path

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

from othello.game import main

main()