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