init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Webhook handlers"""
|
||||
|
||||
from app.webhooks.gitea import handle_gitea_webhook
|
||||
from app.webhooks.github import handle_github_webhook
|
||||
from app.webhooks.bitbucket import handle_bitbucket_webhook
|
||||
|
||||
__all__ = ["handle_gitea_webhook", "handle_github_webhook", "handle_bitbucket_webhook"]
|
||||
|
||||
Reference in New Issue
Block a user