refactor: name node
This commit is contained in:
@@ -26,8 +26,8 @@ from .node_start_models import (
|
||||
|
||||
# Экспорты для моделей связей между узлами
|
||||
from .node_link_models import (
|
||||
VorkNodeLinkData,
|
||||
VorkNodeLinkSchema
|
||||
NodeLinkData,
|
||||
NodeLinkSchema
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -52,6 +52,6 @@ __all__ = [
|
||||
"StartNodeDescriptor",
|
||||
|
||||
# Node link models
|
||||
"VorkNodeLinkData",
|
||||
"VorkNodeLinkSchema"
|
||||
"NodeLinkData",
|
||||
"NodeLinkSchema"
|
||||
]
|
||||
|
Reference in New Issue
Block a user