[O] Remove HyPyUtils Dependency

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-25 14:05:20 -04:00
parent 7bb049ea20
commit b0bc4e64a9
6 changed files with 97 additions and 9 deletions

View file

@ -1,6 +1,4 @@
from hypy_utils import printc
from hyfetch.color_util import RGB
from hyfetch.color_util import RGB, printc
from hyfetch.neofetch_util import get_command_path, run_neofetch
from hyfetch.presets import PRESETS
@ -35,6 +33,5 @@ def test_rgb_8bit_conversion():
print()
if __name__ == '__main__':
test_rgb_8bit_conversion()