6 lines
164 B
Python
6 lines
164 B
Python
"""Services for watsonx-openai-proxy."""
|
|
|
|
from app.services.watsonx_service import watsonx_service, WatsonxService
|
|
|
|
__all__ = ["watsonx_service", "WatsonxService"]
|