mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-17 20:49:27 -05:00
[+] RGB color util
This commit is contained in:
parent
85046474a5
commit
e044250f5c
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 New Issue
Block a user