hello_world just another repository from falsk import Flask app = Flask(name) @app.route("/") def index(): return "index" if name == "main": app.run(debug=True)