from flask import Blueprint bp = Blueprint("app", __name__, url_prefix = "/") @bp.route("/") def hello_world(): return f""