feat: pydantic descriptors
This commit is contained in:
@@ -38,12 +38,12 @@ from .node_if_models import (
|
||||
IfNodeCoreSchemaData
|
||||
)
|
||||
|
||||
# Экспорты для моделей узла start
|
||||
from .node_start_models import (
|
||||
StartNodeData,
|
||||
StartNodeLinks,
|
||||
StartNodeCoreSchema,
|
||||
StartNodeCoreSchemaData
|
||||
# Экспорты для моделей узла test (ранее start)
|
||||
from .node_test_models import (
|
||||
TestNodeData,
|
||||
TestNodeLinks,
|
||||
TestNodeCoreSchema,
|
||||
TestNodeCoreSchemaData
|
||||
)
|
||||
|
||||
# Экспорты для моделей узла switch
|
||||
@@ -123,11 +123,11 @@ __all__ = [
|
||||
"IfNodeCoreSchema",
|
||||
"IfNodeCoreSchemaData",
|
||||
|
||||
# Start node models
|
||||
"StartNodeData",
|
||||
"StartNodeLinks",
|
||||
"StartNodeCoreSchema",
|
||||
"StartNodeCoreSchemaData",
|
||||
# Test node models
|
||||
"TestNodeData",
|
||||
"TestNodeLinks",
|
||||
"TestNodeCoreSchema",
|
||||
"TestNodeCoreSchemaData",
|
||||
|
||||
# Switch node models
|
||||
"SwitchNodeData",
|
||||
|
Reference in New Issue
Block a user