refactor: add phase1 module scaffold
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "fesa/ModuleInfo.hpp"
|
||||
|
||||
namespace fesa::module {
|
||||
|
||||
inline constexpr std::string_view kAnalysis = "Analysis";
|
||||
|
||||
} // namespace fesa::module
|
||||
Reference in New Issue
Block a user