DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
215 Bytes
/* IMPORT */
import channel from '~/utils/channel';
import lang from '~/utils/lang';
import unit from '~/utils/unit';
/* MAIN */
const Utils = {
channel,
lang,
unit
};
/* EXPORT */
export default Utils;