import {download} from "./fetch.js"; import {convert} from "./convert.ts"; await download(); await convert();