Library overview
 The gomill package includes the following modules:
       | Generic support code |    |  
   | utils |    |  
 | compact_tracebacks |    |  
 | ascii_tables |    |  
 | job_manager |    |  
 | settings |    |  
  
        | SGF support |    |  
   | sgf_grammar |    |  
 | sgf_properties |    |  
 | sgf |  High level SGF interface. |  
 | sgf_moves |  Higher-level processing of moves and positions from SGF games |  
  
       | GTP controller side |    |  
   | gtp_controller |    |  
 | gtp_games |    |  
  
       | GTP engine side |    |  
   | gtp_engine |    |  
 | gtp_states |    |  
 | gtp_proxy |    |  
  
       | Competitions |    |  
   | competition_schedulers |    |  
 | competitions |    |  
 | tournament_results |  Retrieving and reporting on tournament results. |  
 | tournaments |    |  
 | playoffs |    |  
 | allplayalls |    |  
 | cem_tuners |    |  
 | mcts_tuners |    |  
  
       | The ringmaster |    |  
   | game_jobs |    |  
 | terminal_input |    |  
 | ringmaster_presenters |    |  
 | ringmasters |    |  
 | ringmaster_command_line |    |