hermes-agent/plugins/platforms/xchat/__init__.py

5 lines
125 B
Python

"""X Chat (end-to-end encrypted X DMs) platform plugin entry point."""
from .adapter import register
__all__ = ["register"]