Msvcrt.hx 141 B

123456789
  1. package python.lib;
  2. @:pythonImport("msvcrt", ignoreError=true)
  3. extern class Msvcrt {
  4. public static function getch ():python.lib.Bytes;
  5. }