refactor: name - id node

This commit is contained in:
TheNoxium
2025-09-12 14:22:39 +05:00
parent 78839c5883
commit a15c25ac61
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ class VorkNodeIf(VorkNode):
@property
def id(self) -> str:
return "vork_node_if"
return "node_if"
@classmethod
def form(cls) -> IfNodeDescriptor: