massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / merchant.pyi
1 from typing import Any
2
3 from braintree.merchant_account import MerchantAccount as MerchantAccount
4 from braintree.resource import Resource as Resource
5
6 class Merchant(Resource):
7     merchant_accounts: Any
8     def __init__(self, gateway, attributes) -> None: ...