massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Random / OSRNG / fallback.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi
new file mode 100644 (file)
index 0000000..8a2097d
--- /dev/null
@@ -0,0 +1,5 @@
+from .rng_base import BaseRNG\r
+\r
+class PythonOSURandomRNG(BaseRNG):\r
+    name = ...  # type: str\r
+    def __init__(self) -> None: ...\r