mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 09:42:29 +08: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"]
|