adds data analysis

This commit is contained in:
Michael Beck
2025-02-08 19:12:38 +01:00
parent afd9ec1c5c
commit 2615972566
5 changed files with 178 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ from app.views import register_views
from app.api import register_api
from app.config import load_config
from app.filters import register_filters
from app.analysis import generate_statistics
def init_app():
config = load_config()