kuukar-rpi/kuukar_sensors.py

4 lines
117 B
Python

class sensors:
def __init__(self, board, driver) -> None:
self.board = board
self.driver = driver