mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-17 17:21:06 +00:00
8 lines
185 B
Python
8 lines
185 B
Python
from .base import AbstractNotification, NotificationLevel
|
|
from .notification import Notification
|
|
|
|
__all__ = (
|
|
"AbstractNotification",
|
|
"Notification",
|
|
"NotificationLevel",
|
|
)
|