massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / exceptions / configuration_error.pyi
1 from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
2
3 class ConfigurationError(UnexpectedError): ...