mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 22:27:13 +08:00
5 lines
135 B
Python
5 lines
135 B
Python
# Import internal API route module
|
|
from api_server.routes.internal.internal_routes import InternalRoutes
|
|
|
|
__all__ = ['InternalRoutes']
|