It would be nice to have a destructor for the ``SDS011`` class. The simplest I can think of is: ```python def __del__(self): self.sleep() ``` If for any reason the script crashes, the sensor will be safely shut down.