blob: 1d7e8e95ef959d13af2a605ec7b144d13612ca32 [file] [log] [blame]
#include "static_handler.hpp"
#include <memory>
#include <string>
namespace blobs
{
bool StaticLayoutHandler::open(const std::string& path)
{
this->path = path;
return false;
}
} // namespace blobs