Belle II Software  release-08-01-10
__init__.py
1 #!/usr/bin/env python3
2 
3 
10 
11 from ._version import get_versions
12 from alignment.fancystuff.tools import draw_fancy_correlation_matrix, draw_flat_corr_matrix, draw_flat_correlation # noqa
13 
14 __version__ = get_versions()['version']
15 del get_versions