Skip to content

Instantly share code, notes, and snippets.

@yothinix
Created May 17, 2018 00:32
Show Gist options
  • Save yothinix/2a6f01c52ea1331202b782dd3a0b3391 to your computer and use it in GitHub Desktop.
Save yothinix/2a6f01c52ea1331202b782dd3a0b3391 to your computer and use it in GitHub Desktop.
from dataclasses import dataclass
@dataclass
class Color:
hue: int
saturation: float
lightness: float = 0.5 # default value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment