Thread.hx 93 B

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