mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 02:47:06 +08:00
5 lines
97 B
Python
5 lines
97 B
Python
# Import API docs related modules
|
|
from api_server.routes import api_docs
|
|
|
|
__all__ = ['api_docs']
|