3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
|
const { URLClient } = require("cath");
|
||
|
module.exports = new URLClient();
|