First cfs working version

This commit is contained in:
2023-10-10 23:00:38 +02:00
parent ca833a34f5
commit e7ded68267
3 changed files with 24 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ namespace platform {
public:
static std::string results() { return "results/"; }
static std::string excel() { return "excel/"; }
static std::string cfs() { return "cfs/"; }
static std::string datasets()
{
auto env = platform::DotEnv();