Viewing File: /lib/python3.6/site-packages/ptyprocess/__init__.py

"""Run a subprocess in a pseudo terminal"""
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError

__version__ = '0.5.2'
Back to Directory