# Design of the Python Wrapper Package The structure of the `power_grid_model` Python package is shown here below by means of the corresponding class and package diagrams. ## Class Graph Diagram This is the class diagram of the `power_grid_model` package. ```{note} Only classes that have connections to other classes are shown in this diagram. ``` ```{raw} html
Class diagram
. ``` ## Package Graph Diagram This is the package diagram of the `power_grid_model` package. ```{note} Only modules that import (or are imported by) other modules are shown in this diagram. ``` ```{raw} html
Package diagram
. ```