Feature: Create annual summary page

This commit is contained in:
Joachim
2021-12-20 23:37:45 +01:00
parent f7c6cb3598
commit c1459dbcf9
5 changed files with 263 additions and 0 deletions

View File

@ -96,3 +96,4 @@ from .status import edit_readthrough
from .updates import get_notification_count, get_unread_status_count
from .user import User, Followers, Following, hide_suggestions
from .wellknown import *
from .annual_summary import AnnualSummary