| 1 | import { getStringMD5 } from "./EncryUtils.js"; |
| 2 | import { getddCalcuURL, getddCalcuURL720p } from "./ddCalcuURL.js"; |
| 3 | import { printDebug, printGreen, printRed, printYellow } from "./colorOut.js"; |
| 4 | import { fetchUrl } from "./net.js"; |
nothing calls this directly
no test coverage detected