Belle II Software  release-05-02-19
__init__.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 
4 from ._version import get_versions
5 from .tools import draw_fancy_correlation_matrix, draw_flat_corr_matrix, draw_flat_correlation # noqa
6 
7 __version__ = get_versions()['version']
8 del get_versions