export class Daemons {
  static FeedUpdate = class {
    static start = () => {};

    static restart = () => {};
  };
  static ManualPriceReminder = class {
    static start = () => {};

    static restart = () => {};
  };
  static CutOffReminder = class {
    static start = () => {};

    static restart = () => {};
  };
}
