"use strict"; import cpu from './cpu.mjs'; import cpu_live from './cpu_live.mjs'; export default { cpu, cpu_live }