import { uploadUml } from "./upload.mjs" import fs from "fs" console.log(await uploadUml(fs.readFileSync("111.puml").toString()))