Combined-Sensor-Uncertainty/examples/inputs/Pressure_Sensors.py

9 lines
138 B
Python

import random
from inputs.Inputs import Input
class PressureSensor(Input):
pass
class PressureTransmitter(PressureSensor):
pass