Tempfile.hx 121 B

123456789
  1. package python.lib;
  2. @:pythonImport("tempfile")
  3. extern class Tempfile {
  4. public static function gettempdir():String;
  5. }