コード例 #1
0
ファイル: __init__.py プロジェクト: AxelTLarsson/othello
def play():
    main()
コード例 #2
0
ファイル: __main__.py プロジェクト: AxelTLarsson/othello
import sys
import os.path

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

from othello.game import main

main()