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

@@ -5,7 +5,7 @@ class VorkNodeWhile(VorkNode):
@property
def id(self) -> str:
return "vork_node_while"
return "node_while"
@classmethod
def form(cls):