Skip to content

Commit 4d2c128

Browse files
committed
pdfmorph/__init__.py
1 parent 8ef4002 commit 4d2c128

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/diffpy/pdfmorph/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@
1515

1616
"""Tools for manipulating and comparing PDF profiles"""
1717

18+
# key used when saving multiple morphs
19+
__save_morph_as__ = "save_morph_as"
20+
1821
# package version
1922
from diffpy.pdfmorph.version import __version__
2023

2124
# silence the pyflakes syntax checker
2225
assert __version__ or True
2326

27+
# key used when saving multiple morphs
28+
__save_morph_as__ = "save_morph_as"
29+
30+
2431
# End of file

0 commit comments

Comments
 (0)