FileObject.hx 80 B

123456
  1. package python.lib;
  2. import python.lib.io.IOBase;
  3. typedef FileObject = IOBase;