class sensorData(): def __init__(self, timestamp, moisture): self.timestamp = timestamp self.moisture = moisture