auth email/password

This commit is contained in:
JSC
2025-06-28 18:30:30 +02:00
parent 8e2dbd8723
commit ceafed9108
25 changed files with 1694 additions and 314 deletions

View File

@@ -1,5 +1,10 @@
from dotenv import load_dotenv
from app import create_app
# Load environment variables from .env file
load_dotenv()
def main() -> None:
"""Run the Flask application."""