[O] Compatibility

This commit is contained in:
Hykilpikonna
2021-11-27 11:35:59 -05:00
parent 1c4dd77f03
commit 676a3ab370
+1
View File
@@ -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: