conpty 0.7.0

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

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