litellm-mirror/litellm/anthropic_interface/__init__.py
2025-03-31 16:52:39 -07:00

6 lines
108 B
Python

"""
Anthropic module for LiteLLM
"""
from .messages import acreate, create
__all__ = ["acreate", "create"]