Fist Initial and Working Version of JsonSchema to Pydantic

This commit is contained in:
2025-03-27 01:09:17 -03:00
parent 0b11408c8f
commit 529a35d8bd
7 changed files with 419 additions and 117 deletions

View File

@@ -1 +1 @@
from .jsonschema_to_pydantic import jsonschema_to_pydantic
from .jsonschema_to_pydantic import ModelSchemaBuilder