view color.py @ 7:05fb0319eb64

cleanup
author drewp@bigasterisk.com
date Sun, 28 Jan 2024 16:03:40 -0800
parents e8e4fd6d5619
children 181a86533286
line wrap: on
line source


class Color(str):

    def to_js(self):
        return self