6039c7bd1cf962a680a1d9a67f38e16d1ab658e4
[pharos.git] / tools / pharos-dashboard / notification / apps.py
1 from django.apps import AppConfig
2
3
4 class NotificationConfig(AppConfig):
5     name = 'notification'
6
7     def ready(self):
8         import notification.signals #noqa