# Windows only: provides the ConPTY-backed pseudo-terminal that the Champdev
# Terminal node uses. macOS/Linux use the Python standard library (no extra
# dependency). ComfyUI-Manager and `pip install -r requirements.txt` read this
# file, so the dependency is installed automatically on Windows.
pywinpty; sys_platform == "win32"
