StructTime.hx 125 B

123456789
  1. package python.lib.time;
  2. @:pythonImport("time", "struct_time")
  3. extern class StructTime implements ArrayAccess<Int> {
  4. }