import { drun } from "./Library"; /** @param {NS} ns */ export async function main(ns) { await drun(ns, ...ns.args); }