# Class diagram ```mermaid --- title: Diagramme de classe initial --- classDiagram class Card{ attributes +getAttributes() +isEqual() } ```