"""LiteLLM proxy entrypoint."""

from litellm.proxy.proxy_cli import run_server


if __name__ == "__main__":
    run_server()
