import parseV1 from "./parse/v1.js"; export default async function parseThisShit(downloadedFilePath) { await parseV1(downloadedFilePath) }