tty: Add module, mostly dummy.

Just imports stuff from builtin termios, which has 1 of 2 tty's methods.
pull/26/head
Paul Sokolovsky 2015-04-08 21:12:15 +03:00
rodzic 7800048f9d
commit e991eb3f4e
1 zmienionych plików z 1 dodań i 0 usunięć

1
tty/tty.py 100644
Wyświetl plik

@ -0,0 +1 @@
from termios import *