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 c655d3a commit cc0daa3Copy full SHA for cc0daa3
src/diffpy/cmi/__init__.py
@@ -12,7 +12,10 @@
12
# See LICENSE.rst for license information.
13
#
14
##############################################################################
15
-"""Complex modeling infrastructure: a modulare framework for multi-modal modeling of scientific data."""
+"""
16
+Complex modeling infrastructure: a modulare framework for multi-modal
17
+modeling of scientific data.
18
19
20
# package version
21
from diffpy.cmi.version import __version__ # noqa
src/diffpy/cmi/app.py
@@ -1,7 +1,9 @@
1
from diffpy.cmi.version import __version__
2
3
+
4
def main():
5
print(f"diffpy.cmi version: {__version__}")
6
7
8
if __name__ == "__main__":
- main()
9
+ main()
0 commit comments