[+] RGB color util
This commit is contained in:
parent
85046474a5
commit
e044250f5c
1 changed files with 7 additions and 0 deletions
7
hyfetch/color_util.py
Normal file
7
hyfetch/color_util.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from typing import NamedTuple
|
||||
|
||||
|
||||
class RGB(NamedTuple):
|
||||
r: int
|
||||
g: int
|
||||
b: int
|
Loading…
Reference in a new issue