This commit is contained in:
2026-02-10 17:46:27 +01:00
parent 2722c83a1b
commit 855d748330
2 changed files with 115 additions and 0 deletions

3
__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]