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>
4 lines
79 B
Python
4 lines
79 B
Python
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|