#include "properties/Accent.hh" using namespace cadabra; Accent::~Accent() { } std::string Accent::name() const { return "Accent"; }