Initial DumasNodes seed

This commit is contained in:
2026-07-21 10:43:24 +00:00
commit aa0fe4fa3d
7 changed files with 137 additions and 0 deletions

3
__init__.py Normal file
View File

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