main
from .fuzzer import Fuzzer from .idor_fuzzer import IDORFuzzer __all__ = [ "Fuzzer", "IDORFuzzer" ]