import './backupDb.js';
import './allocateHp.js'

export const initJobs = () => {
  console.log('[CRON] Jobs initialized.');
};  