Skip to content

Commit a8dbdb2

Browse files
committed
adds __init__ file
1 parent 703f4af commit a8dbdb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .post_processing_nodes import NODE_CLASS_MAPPINGS
2+
3+
__all__ = ["NODE_CLASS_MAPPINGS"]

0 commit comments

Comments
 (0)