#!python from os import environ from gevent import monkey monkey.patch_all() bind = "127.0.0.1:3322" workers = 8