isort capa_as_library.py

This commit is contained in:
DoomedRaven
2020-12-08 20:53:26 +01:00
parent 96b65a7c60
commit d0b2421752

View File

@@ -1,13 +1,14 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import json
import collections import collections
import capa.main import json
import capa.rules
import capa.engine import capa.engine
import capa.features import capa.features
from capa.engine import * import capa.main
import capa.render.utils as rutils import capa.render.utils as rutils
import capa.rules
from capa.engine import *
from capa.render import convert_capabilities_to_result_document from capa.render import convert_capabilities_to_result_document
# edit this to set the path for file to analyze and rule directory # edit this to set the path for file to analyze and rule directory