massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_testing.pyi
1 from typing import Any
2
3 from braintree.configuration import Configuration as Configuration
4
5 class WebhookTesting:
6     @staticmethod
7     def sample_notification(kind, id, source_merchant_id: Any | None = ...): ...