This commit is contained in:
2025-10-07 09:36:42 +02:00
parent 34a592c8db
commit f987812860
17 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ testing.py
/databases/
.venv
.env
**pycache**/
*/__pycache__/

0
config/__init__.py Normal file
View File

View File

@@ -1,3 +1,4 @@
"""Frontend Flask application module."""
import logging
from typing import Any, Dict, Optional

View File

@@ -1,3 +1,4 @@
"""Frontend Flask application module."""
import logging
from typing import Any, Dict, Optional