from tinygrad.mixin.math import MathMixin from tinygrad.mixin.movement import MovementMixin class OpMixin(MathMixin, MovementMixin): pass