#include "Channel.hpp"
#include <AH/PrintStream/PrintStream.hpp>
BEGIN_CS_NAMESPACE
Print &operator<<(Print &os, Channel) { return os; }
END_CS_NAMESPACE