Skip to content

Commit 6a121cc

Browse files
Alison WuAlison Wu
authored andcommitted
added back parsers __init__.py to be able to import the functions
1 parent 0d6b1b8 commit 6a121cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/diffpy/utils/parsers/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@
1616
"""Various utilities related to data parsing and manipulation.
1717
"""
1818

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+
1926
# End of file

0 commit comments

Comments
 (0)