#include "utils.h"

using namespace xreate;

Config Config::__self = Config();

Config::Config()
: __storage{json_file{ "config/default.json" }}
{}
