The gomill package
All Gomill code is contained in modules under the gomill package.
The package includes both the ‘toolkit’ (Go board, SGF, and GTP) code, and the code implementing the ringmaster.
Package module contents
The package module itself defines only a single constant:
-
gomill.__version__ The library version, as a string (like
"0.7").New in version 0.7.
Generic data representation
Unless otherwise stated, string values are 8-bit UTF-8 strings.