mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-25 16:38:36 +01:00
9 lines
No EOL
182 B
Python
9 lines
No EOL
182 B
Python
from core.api.extension import CBPiExtension
|
|
|
|
class CBPiSensor(CBPiExtension):
|
|
|
|
async def run(self, cbpi):
|
|
print("RUN NOT IMPLEMENTED")
|
|
|
|
def state(self):
|
|
pass |