Coverage for mhlib/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v6.4.1, created at 2022-06-04 11:40 +0100

1"""An example of an internal module within the package. 

2 

3Although the internals are not explicitly exposed, they are still available via 

4 

5 import mhlib 

6 mhlib.eg.MhEg().run_mh_eg() 

7 

8 import mhlib.l2.l2 

9 mhlib.l2.l2.L2EG_VAR 

10""" 

11