Source code for molpher.core.operations.PruneTreeOper

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


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