refactor: remove crap

This commit is contained in:
Christoph J. Scherr 2025-02-07 16:39:34 +01:00
parent dc37674a77
commit 0d66b53a27
Signed by: PlexSheep
GPG Key ID: 9EB784BB202BB7BB
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
from pathlib import Path
from flask import Flask, url_for, render_template
from markupsafe import escape
app = Flask(__name__)
TEMPLATES_DIR = Path("./flaskex/templates/")
@app.route("/")
def index():