import runAI from './ai.js'; import trainAI from './trainAI.js'; export { runAI, trainAI }