#ifndef CONFIG_H
#define CONFIG_H

#include "yaml-cpp/yaml.h"

extern YAML::Node CONFIG;

#endif