misp-modules/misp_modules/lib/vt_graph_parser/helpers/__init__.py

8 lines
145 B
Python
Raw Normal View History

2020-01-09 10:57:46 +01:00
"""vt_graph_parser.helpers.
This modules provides functions and attributes to help MISP importers.
"""
2020-01-10 10:31:52 +01:00
all = ["parsers", "rules", "wrappers"]