mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
4 lines
90 B
Python
4 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|