rest of files, not sorted
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import pickle
|
||||
|
||||
|
||||
def load_pickle(data):
|
||||
return pickle.loads(data)
|
||||
|
||||
|
||||
def dump_pickle(data):
|
||||
return pickle.dumps(data)
|
||||
|
||||
Reference in New Issue
Block a user