Very early dev work, more changes will be active in this branch. - Implement download queue management and worker system - Add OpenAPI/Swagger documentation - Include download progress tracking and status endpoints - Add API authentication and error handling - Update core components to support API integration
4 lines
111 B
Python
4 lines
111 B
Python
from unshackle.core.api.routes import setup_routes, setup_swagger
|
|
|
|
__all__ = ["setup_routes", "setup_swagger"]
|