view keyboard_colors/custom/custom.py @ 2:091a1f59a79c

Load profiles into list view
author Brad Greco <brad@bgreco.net>
date Tue, 02 Mar 2021 20:17:36 -0500
parents b6d0a1e6ba3a
children eb2aa09653bd
line wrap: on
line source

from keyboard_colors.color_profile import ColorProfileBase


class ColorProfile(ColorProfileBase):

    type_name = 'Custom colors'

    def __init__(self):
        super().__init__()