nf7/iface/file.hh
2023-07-21 22:16:37 +09:00

12 lines
182 B
C++

// No copyright
#pragma once
#include "iface/common/container.hh"
#include "iface/data/interface.hh"
namespace nf7 {
using File = Container<data::Interface>;
} // namespace nf7