Source code for molpher.core.operations.ExtendTreeOper

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


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