""" Representations of Panels and their templates. """ VISTA20 = 0 TEMPLATES = { VISTA20: { 'name': 'Vista 20', # number of expanders, starting_address, number of channels 'expanders': (5, 7, 7) } }