Source code for molpher.core.operations.GenerateMorphsOper

import molpher.swig_wrappers.core as core
from molpher.core.operations.TreeOperation import TreeOperation


[docs]class GenerateMorphsOper(core.GenerateMorphsOper, TreeOperation): pass