просто запусти питонячий файл

This commit is contained in:
dttric
2024-04-29 23:04:45 +07:00
committed by GitHub
parent ef87f56239
commit f0aa026ed1
+4 -1
View File
@@ -3,4 +3,7 @@ app = Flask(__name__)
@app.route("/")
def app():
render_template("./index.html")
render_template("./index.html")
if __name__ == "__main__":
app.run()