[O] Compatibility
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import json
|
import json
|
||||||
import sys
|
import sys
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|
||||||
def ansirgb(r: int, g: int, b: int, foreground: bool = True) -> str:
|
def ansirgb(r: int, g: int, b: int, foreground: bool = True) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user