mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-25 17:03:53 +08:00
db0642ec47
date: 2025-12-18T23:23:16 master commit: 154c2334110373950bac1c36fc6e943cb1208326
7 lines
142 B
Python
7 lines
142 B
Python
from tinygrad.mixin.math import MathMixin
|
|
from tinygrad.mixin.movement import MovementMixin
|
|
|
|
|
|
class OpMixin(MathMixin, MovementMixin):
|
|
pass
|