view color.py @ 6:fc8ed0efcd72

move init to Lights
author drewp@bigasterisk.com
date Sun, 28 Jan 2024 16:02:31 -0800
parents e8e4fd6d5619
children 181a86533286
line wrap: on
line source


class Color(str):

    def to_js(self):
        return self