mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
5 lines
138 B
Python
5 lines
138 B
Python
"""Run a subprocess in a pseudo terminal"""
|
|
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
|
|
|
|
__version__ = '0.6.0'
|