This commit is contained in:
Yakov Olkhovskiy 2024-10-03 07:02:11 +00:00
parent 1dc67425bd
commit 0a08ec018a

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import botocore
import configparser
import logging
import os
@ -8,6 +7,8 @@ import re
import subprocess
from pathlib import Path
import botocore
DEBUGGER = os.getenv("DEBUGGER", "")
FUZZER_ARGS = os.getenv("FUZZER_ARGS", "")