massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / attribute_getter.pyi
1 from typing import Any
2
3 class AttributeGetter:
4     def __init__(self, attributes: Any | None = ...) -> None: ...