moving things around

This commit is contained in:
Joost Agterhoek 2025-03-26 19:56:06 +01:00
parent 824de5c082
commit 1efe23ca94

2
app.py
View File

@ -3,7 +3,7 @@ import secrets
from flask import Flask, flash, redirect, render_template, request, session, url_for
from markupsafe import escape
import host_lookup
from src import host_lookup
import upload
app = Flask(__name__)