mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-08 09:10:12 +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"]
|