2016-11-29 11:08:08 +08:00
|
|
|
#pragma once
|
|
|
|
|
2017-02-14 16:37:32 +08:00
|
|
|
// #include "communication/communication.hpp"
|
|
|
|
// using Stream = communication::OutputStream;
|
2016-11-29 11:08:08 +08:00
|
|
|
|
2017-02-14 16:37:32 +08:00
|
|
|
// TODO: modular
|
|
|
|
#include "../stream/print_record_stream.hpp"
|
|
|
|
using Stream = PrintRecordStream;
|