12 lines
182 B
C++
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
|