mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-06-07 06:07:41 +00:00
7 lines
204 B
Python
7 lines
204 B
Python
from .probe_nodes import (
|
|
NODE_CLASS_MAPPINGS as NODE_CLASS_MAPPINGS,
|
|
NODE_DISPLAY_NAME_MAPPINGS as NODE_DISPLAY_NAME_MAPPINGS,
|
|
)
|
|
|
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
|