5.5. Manipulating Model Files

This section describes how to create, modify, and read EML files with the EML module of the E-Cell Python library.

5.5.1. Importing EML module

To import the EML module, just import ecell module.

import ecell
And ecell.Eml class is made available.