WIP: initial push

pull/409/head
Jesse Hedden 2020-05-29 17:41:13 -07:00
parent 8a95a000ee
commit 67bdb38fc8
2 changed files with 8 additions and 0 deletions

View File

@ -15,4 +15,5 @@ __all__ = [
'threatanalyzer_import',
'csvimport',
'joe_import',
'trustar_import',
]

View File

@ -0,0 +1,7 @@
import base64
import json
from trustar import TruStar
misp_errors = {'error': "Error"}