mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-19 17:23:59 +00:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
import runAI from './ai.js';
|
|
import trainAI from './trainAI.js';
|
|
|
|
export {
|
|
runAI,
|
|
trainAI
|
|
} |