fix install on older systems

This commit is contained in:
Mateusz Gruszczyński
2025-10-26 16:16:50 +01:00
parent 4c94b61efc
commit a040f6d69e

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from __future__ import annotations
import argparse, os, sys, json, shutil, subprocess, tarfile, tempfile, urllib.request, re, time, threading, signal import argparse, os, sys, json, shutil, subprocess, tarfile, tempfile, urllib.request, re, time, threading, signal
from pathlib import Path from pathlib import Path