Esempio n. 1
0
def test_gui_play():
    from cchess_alphazero.play_games.test_window_game import main
    main()
Esempio n. 2
0
def test_cli_play():
    from cchess_alphazero.play_games.test_cli_game import main
    main()