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