Added basic implementation to gtpsocket, started to sketch out networkthread

This commit is contained in:
2012-04-15 16:54:50 -04:00
parent da583678c1
commit 4f5227cd82
3 changed files with 134 additions and 8 deletions

View File

@ -7,6 +7,7 @@ import sys
sys.path.append('lib/')
import ConfigParser
import goban
import pygogui