#!python

import gevent.monkey
gevent.monkey.patch_all()

from sphinxserve import main
import sys

main(sys.argv)
