"""Factory for MathPower plugin.""" from .math_power import MathPower def create(): return MathPower()