__init__.py 146 Bytes
Newer Older
LucipherDev's avatar
LucipherDev committed
1
2
3
4
5
6
from .nodes import NODE_CLASS_MAPPINGS
from .server import *

WEB_DIRECTORY = "./comfyui/web"

__all__ = ["NODE_CLASS_MAPPINGS", "WEB_DIRECTORY"]