mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
* test: add interactive Rust Python parity harness * test: simplify Rust Python parity harness structure * test: show parity confidence by SDK section --------- Co-authored-by: yuneng-jiang <yuneng@berri.ai>
5 lines
118 B
Python
5 lines
118 B
Python
"""Interactive Rust/Python SDK parity test harness."""
|
|
|
|
from .catalog import load_catalog
|
|
|
|
__all__ = ["load_catalog"]
|