if self._aromatic is True:
            attrs.append("a")
        elif self._aromatic is False:
            attrs.append("A")