client.py 58 B

123
  1. from src.llm.client import get_llm
  2. __all__ = ["get_llm"]