[O] Track selected options

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-06-19 18:03:05 -04:00
parent 8930f921b4
commit fed771d930
3 changed files with 25 additions and 17 deletions

View file

@ -58,7 +58,9 @@ def clear_screen(title: str = ''):
print('\033[2J\033[H', end='')
if title:
print()
printc(title)
print()
def redistribute_rgb(r: int, g: int, b: int) -> tuple[int, int, int]: