"""Factory for MathSubtract plugin.""" from .math_subtract import MathSubtract def create(): return MathSubtract()