6941:f99d60d6b59b | 6942:2602857055c5 |
---|---|
1 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 | |
2 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt | |
3 | |
4 """Coverage.py's main entry point.""" | |
5 | |
6 import sys | |
7 from coverage.cmdline import main | |
8 sys.exit(main()) |