Files
hermes-agent/plugins/platforms/photon/__init__.py
T
2026-06-14 14:30:48 -04:00

5 lines
116 B
Python

"""Photon Spectrum (iMessage) platform plugin entry point."""
from .adapter import register
__all__ = ["register"]