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