Source code for ambra_sdk.service.entrypoints.webhook
from ambra_sdk.service.entrypoints.generated.webhook import \
    AsyncWebhook as GAsyncWebhook
from ambra_sdk.service.entrypoints.generated.webhook import Webhook as GWebhook
[docs]class Webhook(GWebhook):
    """Webhook.""" 
[docs]class AsyncWebhook(GAsyncWebhook):
    """AsyncWebhook."""