HEX
Server: Apache
System: Linux host39.registrar-servers.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: idolaotomotif (3857)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/__init__.py
"""Main module"""

from . import exceptions
from .fake_process import FakeProcess

ProcessNotRegisteredError = exceptions.ProcessNotRegisteredError

__all__ = ["FakeProcess", "exceptions", "ProcessNotRegisteredError"]