T0X1N's picture
chore: codebase audit and fixes (ruff, mypy, pytest)
9659593
"""MediGuard AI — Ollama client package."""
from src.services.ollama.client import OllamaClient, make_ollama_client
__all__ = ["OllamaClient", "make_ollama_client"]