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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi
new file mode 100644 (file)
index 0000000..d452202
--- /dev/null
@@ -0,0 +1,6 @@
+from typing import Any
+
+def default_backend() -> Any: ...
+
+# TODO: add some backends
+def __getattr__(name: str) -> Any: ...