mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-09-27 02:36:29 -05:00
[+] RGB color util
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user