diff --git a/litellm/anthropic/__init__.py b/litellm/anthropic/__init__.py index c56a530c3c5..9902fdc553b 100644 --- a/litellm/anthropic/__init__.py +++ b/litellm/anthropic/__init__.py @@ -2,3 +2,5 @@ Anthropic module for LiteLLM """ from .messages import acreate, create + +__all__ = ["acreate", "create"]