10 lines
160 B
C++
10 lines
160 B
C++
#pragma once
|
|
|
|
#include "fesa/ModuleInfo.hpp"
|
|
|
|
namespace fesa::module {
|
|
|
|
inline constexpr std::string_view kBoundary = "Boundary";
|
|
|
|
} // namespace fesa::module
|