Delete reworked/frontend/main.py

This commit is contained in:
Justuser
2024-04-29 16:35:59 +00:00
committed by GitHub
parent 766549c649
commit 33ee933114
-9
View File
@@ -1,9 +0,0 @@
from flask import Flask, render_template
app = Flask(__name__)
@app.route("/")
def ss14tools():
return render_template("index.html")
if __name__ == "__main__":
app.run()