djangoldp-notification/djangoldp_notifications/apps.py

5 lines
119 B
Python
Raw Normal View History

2019-01-09 09:27:54 +00:00
from django.apps import AppConfig
class DjangoldpNotificationsConfig(AppConfig):
name = 'djangoldp_notifications'