import path from "path" export const config_path = path.resolve("config") export const config_custom_path = path.join(config_path, "custom") export const m3u_path = path.resolve("m3u") export const write_custom_path = path.join(m3u_path, "custom")