"""Factory for MathModulo plugin.""" from .math_modulo import MathModulo def create(): return MathModulo()