def init_clock(self): """Initializes the clock backend.""" from openexp.clock import clock self._clock = clock(self)