5 lines
116 B
Python
5 lines
116 B
Python
|
|
"""Photon Spectrum (iMessage) platform plugin entry point."""
|
||
|
|
from .adapter import register
|
||
|
|
|
||
|
|
__all__ = ["register"]
|