diff --git a/scripts/helpers/prompt.py b/scripts/helpers/prompt.py index 0bb92d5..96a8f0e 100755 --- a/scripts/helpers/prompt.py +++ b/scripts/helpers/prompt.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 import json import sys +from __future__ import annotations def ansirgb(r: int, g: int, b: int, foreground: bool = True) -> str: