Combined-Sensor-Uncertainty/code/inputs/Flow_Speed_Sensors.py
SchrodingerError 3c59598d38 Initial Commit
2024-08-14 14:40:12 -05:00

9 lines
145 B
Python

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