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
1 from .rng_base import BaseRNG\r
2 \r
3 class PythonOSURandomRNG(BaseRNG):\r
4     name = ...  # type: str\r
5     def __init__(self) -> None: ...\r