#pragma once

#include <optional>

namespace tensorpipe {

using std::optional;
using std::nullopt;

} // namespace tensorpipe

