This commit is contained in:
erik 2023-07-18 11:33:44 +02:00
parent e21155fdec
commit bf2d68bddc

View file

@ -1,4 +1,4 @@
from subprocess import Popen, STDOUT, PIPE, run, CalledProcessError
from subprocess import Popen, PIPE, run, CalledProcessError
from pathlib import Path
from sys import stdout
from os import chmod, environ