Making the outputs a bit more organized, adding some more stats to them

This commit is contained in:
2025-12-30 19:52:34 -05:00
parent 9a8144af68
commit 6e32e3ec54
4 changed files with 39 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
from dataclasses import dataclass, field
from operator import itemgetter
from typing import Any, Dict, List
from typing import Dict, List
from stats_model import StatsModel
@@ -17,4 +16,4 @@ class BuildTotalStatsModel(StatsModel):
top_post_urls_by_month_and_year: Dict[str, List[str]] = field(init=False)
def __post_init__(self):
super().__post_init__()
super().__post_init__()