fixes #4 - adds modular analyses system using plugins

This commit is contained in:
2025-02-10 02:12:12 +01:00
parent 59fed26abf
commit e57869374b
22 changed files with 1018 additions and 179 deletions

View File

@@ -6,7 +6,6 @@ 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()