massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / cryptography / cryptography / hazmat / backends / __init__.pyi
1 from typing import Any
2
3 def default_backend() -> Any: ...
4
5 # TODO: add some backends
6 def __getattr__(name: str) -> Any: ...