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