Files
Principles_of_Database_System/Project/func/index.py
2024-06-12 00:02:55 +08:00

4 lines
88 B
Python

from flask import render_template
def index():
return render_template("index.html")