a3b9744
1
2
3
4
5
6
from . import app from flask import render_template @app.route("/") def index(): return render_template('index.html')