Files
composiohq--composio/python/providers/anthropic/composio_anthropic/__init__.py
T
2026-07-13 12:38:34 +08:00

4 lines
92 B
Python

from composio_anthropic.provider import AnthropicProvider
__all__ = ("AnthropicProvider",)