massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / psutil / psutil / _compat.pyi
1 from builtins import (
2     ChildProcessError as ChildProcessError,
3     FileExistsError as FileExistsError,
4     FileNotFoundError as FileNotFoundError,
5     InterruptedError as InterruptedError,
6     PermissionError as PermissionError,
7     ProcessLookupError as ProcessLookupError,
8 )