massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / util / generator.pyi
1 from typing import Any
2
3 integer_types = int
4 text_type = str
5 binary_type = bytes
6
7 class Generator:
8     dict: Any
9     def __init__(self, dict) -> None: ...
10     def generate(self): ...