Coverage for pymend\__main__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-04-20 19:09 +0200

1"""To call pymend as a module.""" 

2 

3# pylint: skip-file 

4 

5from .pymendapp import main 

6 

7main()