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 .inputs import (
NodeWithUnionInput,
NodeWithValidation,
NodeWithV2ComboInput,
NodeWithDynamicCombo,
SimpleSlider,
NODE_CLASS_MAPPINGS as inputs_class_mappings,
NODE_DISPLAY_NAME_MAPPINGS as inputs_display_name_mappings,
@@ -81,6 +82,7 @@ __all__ = [
"NodeWithUnionInput",
"NodeWithValidation",
"NodeWithV2ComboInput",
"NodeWithDynamicCombo",
"ObjectPatchNode",
"RemoteWidgetNode",
"RemoteWidgetNodeWithControlAfterRefresh",