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