"""Factory for MathAbs plugin.""" from .math_abs import MathAbs def create(): return MathAbs()