6 lines
254 B
Python
6 lines
254 B
Python
from __future__ import annotations
|
|
|
|
from govoplan_notifications.backend.db.models import NotificationDeliveryAttempt, NotificationMessage, NotificationPreference
|
|
|
|
__all__ = ["NotificationDeliveryAttempt", "NotificationMessage", "NotificationPreference"]
|