The sgf_board_interface
module¶
The sgfmill.sgf_board_interface
module defines two abstract classes, for documentation purposes:
- class
sgfmill.sgf_board_interface.
Interface_for_get_setup_and_moves
[source]¶ The board interface required by
sgf_moves.get_setup_and_moves()
.
- class
sgfmill.sgf_board_interface.
Interface_for_set_initial_position
[source]¶ The board interface required by
sgf_moves.set_initial_position()
.
Use the ‘source’ links to the right to see the definitions.