dynamicweb/webhook/apps.py
2019-12-25 12:20:26 +05:30

5 lines
89 B
Python

from django.apps import AppConfig
class WebhookConfig(AppConfig):
name = 'webhook'