massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / backports.ssl_match_hostname / backports / __init__.pyi
1 from typing import Any
2
3 # Explicitly mark this package as incomplete.
4 def __getattr__(name: str) -> Any: ...