| 1 | import http from "node:http" |
| 2 | import { host, pass, port, programInfoUpdateInterval, token, userId } from "./config.js"; |
| 3 | import { getDateTimeStr } from "./utils/time.js"; |
| 4 | import update from "./utils/updateData.js"; |
nothing calls this directly
no test coverage detected