import cherrypy class App: """ """ @cherrypy.expose def index(self): cherrypy.log('asd') return "Hello World"