Update __init__.py

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