webgo/goban.py

23 lines
236 B
Python
Executable file

#!/usr/bin/python
DEBUG = 1
import sys,string
import helper,gnugo,database
from cherrypy import cpg
from cherrypy.lib import httptools
###############################################################################