mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-09 08:10:58 +00:00
7 lines
135 B
Python
7 lines
135 B
Python
from .base import NotificationLevel
|
|
from .notification import Notification
|
|
|
|
__all__ = [
|
|
"Notification",
|
|
"NotificationLevel",
|
|
]
|