revert refactor: name node
This commit is contained in:
2025-09-12 14:17:29 +05:00
parent 12e3c65aa0
commit 78839c5883
21 changed files with 111 additions and 111 deletions

View File

@@ -26,8 +26,8 @@ from .node_start_models import (
# Экспорты для моделей связей между узлами
from .node_link_models import (
NodeLinkData,
NodeLinkSchema
VorkNodeLinkData,
VorkNodeLinkSchema
)
__all__ = [
@@ -52,6 +52,6 @@ __all__ = [
"StartNodeDescriptor",
# Node link models
"NodeLinkData",
"NodeLinkSchema"
"VorkNodeLinkData",
"VorkNodeLinkSchema"
]