File size: 86 Bytes
447ebeb
 
 
 
 
1
2
3
4
5
6
"""CLI package for LiteLLM Proxy Client."""

from .main import cli

__all__ = ["cli"]