mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
4 lines
79 B
Python
4 lines
79 B
Python
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|