This commit is contained in:
urieljarethbusiness-cpu
2026-05-19 14:21:56 -06:00
parent 4f3bc01dcb
commit 7361f7ced1
6 changed files with 133 additions and 11 deletions
+4
View File
@@ -8,6 +8,10 @@ class SubjectCreate(BaseModel):
name: str = Field(min_length=1)
class SubjectUpdate(BaseModel):
name: str = Field(min_length=1)
class Subject(BaseModel):
id: int
name: str