diff --git a/sensors.py b/sensors.py new file mode 100644 index 0000000..db674ac --- /dev/null +++ b/sensors.py @@ -0,0 +1,3 @@ +class Sensors: + # this is a parent class for the Sensor classes + \ No newline at end of file