Coverage for mh/__init__.py: 100%

6 statements  

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

1# mh/__ini__.py 

2"""This documentation comes from within the code. 

3 

4Definition of the API interface 

5""" 

6 

7__version__ = '0.0.33' 

8 

9import mh.mh as mh 

10 

11EG_VAR2 = mh.EG_VAR 

12test_function = mh.test_function 

13Mh = mh.Mh 

14