[M] Move compatibility to the beginning

This commit is contained in:
Hykilpikonna
2021-11-27 11:36:57 -05:00
parent 676a3ab370
commit 318ba7b862
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from __future__ import annotations
import json
import sys
from __future__ import annotations
def ansirgb(r: int, g: int, b: int, foreground: bool = True) -> str: