#! /usr/bin/env python2

import cherrypy.daemon

if __name__ == '__main__':
    cherrypy.daemon.run()
