feat: add common view module

This commit is contained in:
2024-08-13 20:54:12 +03:00
parent bf51ddabc0
commit 05161749e8
19 changed files with 155 additions and 88 deletions

View File

@@ -18,6 +18,7 @@ class ScheduleValue(Model):
end: datetime.datetime
label: str
category: str | None = None
live: bool = False
class Schedule(Model):