mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-19 01:03:58 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
import runAI from './ai.js';
|
|
import runOCR from './ocr.js';
|
|
|
|
export { runAI, runOCR };
|