add pickle outputter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from . import json
|
||||
|
||||
outputters = [json]
|
||||
outputters = [json, pickle]
|
||||
|
||||
def get_outputter (name):
|
||||
for outputter in outputters:
|
||||
|
Reference in New Issue
Block a user