massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / add_on.pyi
1 from braintree.configuration import Configuration as Configuration
2 from braintree.modification import Modification as Modification
3
4 class AddOn(Modification):
5     @staticmethod
6     def all(): ...