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,7 @@ import glob
from datetime import datetime
import pandas as pd
from app.models import Scraper, generate_statistics
from app.models import Scraper
from app.util import create_zip, delete_old_zips, tail, get_size
from app.config import load_config
from app.logging_config import get_logger