Files
beaver_project/app-instance/backend/nanobot/a2a/__init__.py
2026-03-13 16:40:08 +08:00

6 lines
86 B
Python

"""A2A helpers."""
from nanobot.a2a.client import A2AClient
__all__ = ["A2AClient"]