is-a / ai /routes.py
Kastg
Upload routes.py
a3b9744 verified
raw
history blame
121 Bytes
from . import app
from flask import render_template
@app.route("/")
def index():
return render_template('index.html')