mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-05-18 06:49:27 +00:00
4 lines
147 B
Python
4 lines
147 B
Python
from unshackle.core.api.routes import cors_middleware, setup_routes, setup_swagger
|
|
|
|
__all__ = ["setup_routes", "setup_swagger", "cors_middleware"]
|