view keyboard_colors/custom/custom.py @ 0:11a9d346aa7a

Sort of working model
author Brad Greco <brad@bgreco.net>
date Wed, 27 Jan 2021 21:02:30 -0500
parents
children b6d0a1e6ba3a
line wrap: on
line source

from keyboard_colors.color_profile import ColorProfileBase

class ColorProfile(ColorProfileBase):

	type_name = 'Custom colors'

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