[F] Fix relative import
This commit is contained in:
parent
d8f49a2ea2
commit
7411ec87e7
1 changed files with 1 additions and 5 deletions
|
@ -6,7 +6,7 @@ import sys
|
|||
import termios
|
||||
import tty
|
||||
|
||||
from hyfetch.color_util import RGB
|
||||
from .color_util import RGB
|
||||
|
||||
|
||||
class OSCException(Exception):
|
||||
|
@ -71,7 +71,3 @@ def get_background_color() -> RGB | None:
|
|||
return None
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(get_background_color())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue