from flask import Flask first_app = Flask(__name__) @first_app.route("/") def first_function(): return "