#pragma once #include "fesa/ModuleInfo.hpp" namespace fesa::module { inline constexpr std::string_view kLoad = "Load"; } // namespace fesa::module