add display for WorkType

This commit is contained in:
Thomas Peetz
2025-05-09 01:17:35 +02:00
parent d60e606663
commit 06a48a03ac
14 changed files with 230 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
from pydantic import BaseModel
class AddWorkType(BaseModel):
worktype: str