Coverage for src/km3flux/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1from pkg_resources import get_distribution, DistributionNotFound 

2 

3version = get_distribution(__name__).version 

4 

5# Convenient access to the version number 

6# from .version import version as __version__ 

7 

8import km3flux.flux 

9import km3flux.logger