export default class BuildProfile {
static readonly HAR_VERSION = '1.0.1';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
}