#include "PrettyPrinter.h" #include void PrettyPrinter::Print(const IDataRepository* repository) { std::cout << "Pretty printing..." << std::endl; }