This commit is contained in:
Auric Vente
2024-07-18 23:30:42 -06:00
parent d989ac45a8
commit 0579aa140d
4 changed files with 25 additions and 17 deletions

View File

@@ -88,4 +88,4 @@ class Utils:
@staticmethod
def get_rgb(color: tuple[int, int, int]) -> str:
return f"rgb{color}"
return f"rgb{color}"