FileIO.hx 102 B

12345678910
  1. package python.lib.io;
  2. import python.lib.io.RawIOBase;
  3. extern class FileIO extends RawIOBase{
  4. }