added docstrings to event controller and moved constants

This commit is contained in:
Lucas Jensen
2024-05-02 18:30:45 -07:00
parent 9b1dfc3767
commit f953ae3dfe
16 changed files with 100 additions and 42 deletions

View File

@@ -30,7 +30,3 @@ class EventSeries(NewEventSeries):
series_id: int
events: list[Event]
poster_id: Optional[str] = None
SERIES_TABLE = "series"
EVENT_TABLE = "events"