export const filename: string = __filename;
export const showFileName = () => filename;
