We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6b1b8 commit 6a121ccCopy full SHA for 6a121cc
src/diffpy/utils/parsers/__init__.py
@@ -16,4 +16,11 @@
16
"""Various utilities related to data parsing and manipulation.
17
"""
18
19
+from .loaddata import loadData
20
+from .serialization import deserialize_data, serialize_data
21
+
22
+# silence the pyflakes syntax checker
23
+assert loadData or True
24
+assert serialize_data or deserialize_data or True
25
26
# End of file
0 commit comments