diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/keyboard_colors/custom/custom.py	Wed Jan 27 21:02:30 2021 -0500
@@ -0,0 +1,8 @@
+from keyboard_colors.color_profile import ColorProfileBase
+
+class ColorProfile(ColorProfileBase):
+
+	type_name = 'Custom colors'
+
+	def __init__(self):
+		super().__init__()
\ No newline at end of file