__init__.py 138 B

1234
  1. """Run a subprocess in a pseudo terminal"""
  2. from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
  3. __version__ = '0.5.2'