mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-15 00:23:09 +00:00
4 lines
90 B
Python
4 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|