import cherrypy class Server(): def __init__(self): pass @cherrypy.expose def index(self,quote="nothing"): return "
you said %s