|
@@ -1,4 +1,4 @@
|
1
|
1
|
## @package lodel.editorial_model.translator Editorial model translators
|
2
|
2
|
#
|
3
|
|
-# This package contains modules that provides a save and a load function able to load and save
|
4
|
|
-# lodel.editorial_model.model.EditorialModel
|
|
3
|
+# This package is dedicated to the translation of an EditorialModel as several formats like pickle files or XML files.
|
|
4
|
+# Each module provides save and load functions to read/write an lodel.editorial_model.model.EditorialModel object from and to a file.
|