1# Copyright: (c)  2025, Intel Corporation
2# Author: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
3
4
5class PowerShieldData:
6    def __init__(self):
7        self.data = []
8        self.current_RMS = None
9        self.power = None
10