Tzinfo.hx 92 B

123456
  1. package python.lib.datetime;
  2. @:pythonImport("datetime", "tzinfo")
  3. extern class Tzinfo {
  4. }