some late comments :)
[gostyle.git] / config.py
blobd5ec9c25eae8690615a189cbe133e7cb0f08f3a8
1 # Directory of the pachi go bot, patched as written in the readme
2 PACHI_DIR='../pachi/'
3 QUESTIONARE_DIRECTORY = './QUESTIONARE'
4 # where to store processed data (result files)
5 OUTPUT_DIR = './OUTPUT'
7 DB_FILE='./GODB.db'