wxhelper/src/config.cc
2023-04-08 09:02:31 +08:00

6 lines
120 B
C++

#include "config.h"
namespace wxhelper {
Config::Config(/* args */) {}
Config::~Config() {}
} // namespace wxhelper