Add files via upload

This commit is contained in:
TSC
2023-04-06 15:05:52 -05:00
committed by GitHub
parent 85611ad374
commit d70abd17a5
8 changed files with 421 additions and 0 deletions

3
__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .efficiency_nodes import NODE_CLASS_MAPPINGS
__all__ = ['NODE_CLASS_MAPPINGS']