implementing FileReader/FileWriter (#2)

This commit is contained in:
Romain Dorgueil
2016-12-28 10:54:50 +01:00
parent b409391666
commit 2b8216ec0d
12 changed files with 207 additions and 40 deletions

View File

@ -38,7 +38,7 @@ __all__ = [
'Bag',
'FileWriter',
'Graph',
'JsonFileWriter',
'JsonWriter',
'NOT_MODIFIED',
'NaiveStrategy',
'ProcessPoolExecutorStrategy',