[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 termios
|
||||||
import tty
|
import tty
|
||||||
|
|
||||||
from hyfetch.color_util import RGB
|
from .color_util import RGB
|
||||||
|
|
||||||
|
|
||||||
class OSCException(Exception):
|
class OSCException(Exception):
|
||||||
|
|
@ -71,7 +71,3 @@ def get_background_color() -> RGB | None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
print(get_background_color())
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue