The package **cellnopt.data** provides data and models to be used within
cellnopt. It also provides an easy mechanism to access those data/models.

::

    from cellnopt.data import cnodata
    filename = cnodata("ToyModelMMB.sif")

For a full documentation, see the sphinx documentation in the ./doc directory.

