mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-06-12 17:27:08 +08:00
8 lines
158 B
Python
8 lines
158 B
Python
from .modules import manager_ext_server
|
|
from .modules import share_3rdparty
|
|
|
|
WEB_DIRECTORY = "js"
|
|
|
|
NODE_CLASS_MAPPINGS = {}
|
|
__all__ = ['NODE_CLASS_MAPPINGS']
|