Furrent
config.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace fur::config {
6 
8 static std::string DOWNLOAD_FOLDER = "output";
9 
10 } // namespace fur::config
fur::config
Definition: config.hpp:5