dynamicweb2/webhook/apps.py
2023-12-06 16:46:44 +05:30

5 lines
89 B
Python
Executable file

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