This commit is contained in:
pythongosssss
2026-01-27 19:41:03 -08:00
parent 946aea1f47
commit 67f366d734
3 changed files with 92 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ from .nodes import (
NodeWithUnionInput,
NodeWithValidation,
NodeWithV2ComboInput,
NodeWithDynamicCombo,
ObjectPatchNode,
RemoteWidgetNode,
RemoteWidgetNodeWithControlAfterRefresh,
@@ -55,6 +56,7 @@ __all__ = [
"NodeWithUnionInput",
"NodeWithValidation",
"NodeWithV2ComboInput",
"NodeWithDynamicCombo",
"ObjectPatchNode",
"RemoteWidgetNode",
"RemoteWidgetNodeWithControlAfterRefresh",