Process.hx 72 B

12345
  1. package php.io;
  2. #if !haxe3
  3. typedef Process = sys.io.Process;
  4. #end