litellm/tests/rust-python-harness/__init__.py

5 lines
118 B
Python

"""Interactive Rust/Python SDK parity test harness."""
from .catalog import load_catalog
__all__ = ["load_catalog"]