Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
389d72a136
commit
aa4c067ea8
1685 changed files with 393439 additions and 71932 deletions
12
.venv_codegen/Lib/site-packages/genson/__init__.py
Normal file
12
.venv_codegen/Lib/site-packages/genson/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from .schema.builder import SchemaBuilder, Schema
|
||||
from .schema.node import SchemaNode, SchemaGenerationError
|
||||
from .schema.strategies.base import SchemaStrategy, TypedSchemaStrategy
|
||||
|
||||
__version__ = '1.3.0'
|
||||
__all__ = [
|
||||
'SchemaBuilder',
|
||||
'SchemaNode',
|
||||
'SchemaGenerationError',
|
||||
'Schema',
|
||||
'SchemaStrategy',
|
||||
'TypedSchemaStrategy']
|
||||
Loading…
Add table
Add a link
Reference in a new issue