Examples ======== Imports tests ------------------------ The following examples mirror the block-construction style you can use later in larger influent-generator or flowsheet workflows. .. code-block:: python import asmpig from asmpig import asm1pig, asm2dpig, asm3pig, asm2dn2opig .. code-block:: python from asmpig.asm1pig import combiner, firstflush, fractionation, sewer, unisoilmodel .. code-block:: python from asmpig.asm2dn2opig import combiner, firstflush, fractionation, sewer, unisoilmodel