def stop()

in gym_hil/wrappers/intervention_utils.py [0:0]


    def stop(self):
        """Close the HID device connection."""
        if self.device:
            self.device.close()
            self.device = None