from injectable import inject from app.core.core import WebhookProcessor class AutowireSupport: @staticmethod def webhook_processor(): return inject(WebhookProcessor)