blob: e633d0cddacdf1bfcdfe96bdd79f0c4cbfaa0e06 [file] [log] [blame]
"""Run a subprocess in a pseudo terminal"""
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
__version__ = '0.6.0'