from GCode_Interpreterdc import GCodeToMotors class Hardware: def __init__(self): pass def probe(self, gtm: GCodeToMotors): return def realize(self, gtm: GCodeToMotors): return