mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-11 14:53:10 +00:00
8 lines
135 B
Python
8 lines
135 B
Python
|
|
from .base import NotificationLevel
|
||
|
|
from .notification import Notification
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
"Notification",
|
||
|
|
"NotificationLevel",
|
||
|
|
]
|