conpty 0.5.0

A library which provides an interface for ConPTY
1
2
3
4
import sys

for line in sys.stdin:
    print(line, end="")