refactor: add phase1 module scaffold

This commit is contained in:
NINI
2026-05-05 00:35:31 +09:00
parent 90307dc13c
commit 59dcc77a24
31 changed files with 239 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "fesa/ModuleInfo.hpp"
namespace fesa::module {
inline constexpr std::string_view kUtil = "Util";
} // namespace fesa::module