wh123660's picture
Duplicate from aliensmn/ComfyUI-VideoHelperSuite
6df5342
raw
history blame contribute delete
184 Bytes
from . import server
NODE_CLASS_MAPPINGS = {}
NODE_DISPLAY_NAME_MAPPINGS = {}
WEB_DIRECTORY = "./web"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]