mirror of
https://github.com/markuryy/comfyui-conditioning-converter.git
synced 2026-06-25 18:11:02 +00:00
4 lines
132 B
Python
4 lines
132 B
Python
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
|
|
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
|