class channel: duty_cycle = 0 class PCA9685: channels = [channel for _ in range(16)] def __init__(self, i2c): pass