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

@@ -5,6 +5,3 @@ class Group(BaseModel):
name: str
bio: str
id: int | None = None
GROUP_TABLE = "group_table"