settings.py 74 B

1234
  1. PLUGINS_DIC = {
  2. "CPU":"plugins.cup.Cpu",
  3. "MEM":"plugins.mem.Mem"
  4. }