ComfyUI-MochiWrapper/__init__.py
2024-10-23 15:34:22 +03:00

3 lines
131 B
Python

from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]