const { writeFileSync } = require("node:fs");
const Lotheader = require("./lotheader");

writeFileSync("output.json", JSON.stringify(Lotheader("0_0.lotheader"), undefined, 4));