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