massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / add_on_gateway.pyi
1 from typing import Any
2
3 from braintree.add_on import AddOn as AddOn
4 from braintree.resource_collection import ResourceCollection as ResourceCollection
5
6 class AddOnGateway:
7     gateway: Any
8     config: Any
9     def __init__(self, gateway) -> None: ...
10     def all(self): ...