Belle II Software  release-06-02-00
__init__.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 
4 
11 
12 from ._version import get_versions
13 from alignment.fancystuff.tools import draw_fancy_correlation_matrix, draw_flat_corr_matrix, draw_flat_correlation # noqa
14 
15 __version__ = get_versions()['version']
16 del get_versions