Runnable.js 102 B

12
  1. export class Runnable{run(){}}
  2. self.Common=self.Common||{};Common=Common||{};Common.Runnable=Runnable;