diff --git a/hardware/devices/pc_fan.py b/hardware/devices/pc_fan.py deleted file mode 100644 index 1e5d71a..0000000 --- a/hardware/devices/pc_fan.py +++ /dev/null @@ -1,8 +0,0 @@ -import enum - - -class PC_Fan: - - def __init__(self): - pass - diff --git a/hardware/devices/peristaltic_pump.py b/hardware/devices/peristaltic_pump.py deleted file mode 100644 index 90ee578..0000000 --- a/hardware/devices/peristaltic_pump.py +++ /dev/null @@ -1,8 +0,0 @@ -import enum - - -class PeristalticPump: - - def __init__(self): - pass - diff --git a/hardware/devices/thermoelectric_device.py b/hardware/devices/thermoelectric_device.py deleted file mode 100644 index 77a4626..0000000 --- a/hardware/devices/thermoelectric_device.py +++ /dev/null @@ -1,8 +0,0 @@ -import enum - - -class ThermoelectricDevice: - - def __init__(self): - pass -