This commit is contained in:
2025-09-08 16:36:23 +08:00
parent 9b11b708f1
commit 4f614c35dd

View File

@@ -0,0 +1,7 @@
from pydantic import BaseModel
class term_schema_creator(BaseModel):
term: str
definition: str
domain: str