1 from __future__
import absolute_import, division, print_function
3 import lsst.meas.base
as measBase
5 from .simpleShape
import *
8 measBase.wrapSimpleAlgorithm(SimpleShape, name=
"ext_simpleShape_SimpleShape",
9 Control=SimpleShapeControl, executionOrder=measBase.BasePlugin.SHAPE_ORDER)