[O] Remove HyPyUtils Dependency
This commit is contained in:
parent
7bb049ea20
commit
b0bc4e64a9
6 changed files with 97 additions and 9 deletions
5
test.py
5
test.py
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue