Add File
This commit is contained in:
7
backend/apps/settings/schemas/setting_schemas.py
Normal file
7
backend/apps/settings/schemas/setting_schemas.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class term_schema_creator(BaseModel):
|
||||
term: str
|
||||
definition: str
|
||||
domain: str
|
||||
|
||||
Reference in New Issue
Block a user