"""Backward-compatibility version of TERMIOS; export constants exported bytermios, and issue a deprecation warning."""importwarningswarnings.warn("the TERMIOS module is deprecated; please use termios",DeprecationWarning)# Export the constants known to the termios module:fromtermiosimport*# and *only* the constants:__all__=[sforsindir()ifs[0]in"ABCDEFGHIJKLMNOPQRSTUVWXYZ"]