from app import app @app.route("/") def hello_world(): return "KI"