python from karrigell import Application, Request, Response app = Application() @app.route('/') def index(req: Request) -> Response: return Response('Hello, Karrigell!') if __name__ == '__main__': app.run()


上一篇:
下一篇:
切换中文