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

9 lines
137 B
Python

import random
from inputs.Inputs import Input
class FlowSpeedSensor(Input):
pass
class TurbineFlowMeter(FlowSpeedSensor):
pass