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