5174:8c48f5e0cd92 | 5178:878ce843ca9f |
---|---|
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()) |