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