refactor: name node

This commit is contained in:
TheNoxium
2025-09-12 14:04:28 +05:00
parent 78b6466b14
commit 12e3c65aa0
22 changed files with 127 additions and 127 deletions

View File

@@ -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"
]