Files
sunhpc/lib/ptyprocess/__init__.py
2023-10-08 20:59:00 +08:00

5 lines
138 B
Python

"""Run a subprocess in a pseudo terminal"""
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
__version__ = '0.7.0'