1
0

chore: Started implementing

This commit is contained in:
2026-02-02 08:36:43 +01:00
parent e78ee594a0
commit f34db1c6e8
7 changed files with 814 additions and 56 deletions

View File

@@ -13,7 +13,7 @@
*/
import parseV1V2 from "./parse/v1_v2.js";
import parseV3 from "./parse/v3.js";
import parseV3 from "./parse/v3/v3.js";
export default async function parseThisShit(downloadedFilePath) {
await parseV1V2(downloadedFilePath);