Files
changedetection.io/changedetectionio/notification_profiles/__init__.py
T
2026-03-24 13:11:48 +01:00

4 lines
149 B
Python

from .registry import registry, NotificationProfileType, AppriseProfileType
__all__ = ['registry', 'NotificationProfileType', 'AppriseProfileType']