mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-24 16:39:19 +00:00
5 lines
143 B
Python
5 lines
143 B
Python
from .api.routes import register_assets_system
|
|
from .scanner import sync_seed_assets
|
|
|
|
__all__ = ["sync_seed_assets", "register_assets_system"]
|