import cherrypy class Server(): def __init__(self): pass @cherrypy.expose def default(self): return "Hello world"