:mod:`tty` --- Terminal control functions
The :mod:`tty` module defines functions for putting the tty into cbreak and raw modes.
Because it requires the :mod:`termios` module, it will work only on Unix.
The :mod:`tty` module defines the following functions: