# MorphoMapping Public API

This is MorphoMapping's Public API reference.


Import morphomapping with the following line:
```
from morphomapping import MM
```

<br/><br/>
The main class is the MM class.

```{eval-rst}

.. module:: morphomapping
.. currentmodule:: morphomapping

.. autosummary::
    :toctree: ../generated/
    :nosignatures:
    
    MM

```

