view color.py @ 5:7eeda7f4f9cd

spell it to_dict, for compat with DataClassJsonMixin
author drewp@bigasterisk.com
date Sun, 28 Jan 2024 16:01:43 -0800
parents e8e4fd6d5619
children 181a86533286
line wrap: on
line source


class Color(str):

    def to_js(self):
        return self