Source code for app_webhook.apps

from django.apps import AppConfig


[docs]class AppWebhookConfig(AppConfig): name = 'app_webhook'