mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-12 07:00:57 +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']
|