Add class Paths and enhance input
This commit is contained in:
10
src/Platform/Paths.h
Normal file
10
src/Platform/Paths.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PATHS_H
|
||||
#define PATHS_H
|
||||
namespace platform {
|
||||
class Paths {
|
||||
public:
|
||||
static std::string datasets() { return "datasets/"; }
|
||||
static std::string results() { return "results/"; }
|
||||
};
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user