"""Factory for MathDivide plugin.""" from .math_divide import MathDivide def create(): return MathDivide()