# Example Class Diagram

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
  A --> B --> C
  A --> D --> C
```