import * as path from 'path';

export const RESOURCES_DIR = path.resolve(__dirname, '..', 'resources');

