add import

This commit is contained in:
Adrian Malacoda 2016-11-27 01:52:45 -06:00
parent 43f1f6a680
commit 30aeead404

View File

@ -1,4 +1,4 @@
from . import json
from . import json, pickle
outputters = [json, pickle]