"""Notifications plugin models.""" from .notification import Notification, NotificationType __all__ = ['Notification', 'NotificationType']