Update __init__.py

This commit is contained in:
Sam Khoze
2024-06-19 00:01:38 +05:30
committed by GitHub
parent a03132cc44
commit 56934bd61f
+1 -1
View File
@@ -2,5 +2,5 @@ from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
import folder_paths
WEB_DIRECTORY = "./js"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
WEB_DIRECTORY = "./js"