7 lines
108 B
Python
7 lines
108 B
Python
|
|
"""
|
||
|
|
Anthropic module for LiteLLM
|
||
|
|
"""
|
||
|
|
from .messages import acreate, create
|
||
|
|
|
||
|
|
__all__ = ["acreate", "create"]
|