//
// Created by pgess on 12/03/2020.
//

#include "basics.h"

Config Config::__self = Config();

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