"""CLI package for LiteLLM Proxy Client.""" from .main import cli __all__ = ["cli"]