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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()