blob: 58636b0d5dc7c62c2b92f0ebadffac2de5a7e6d6 [file] [log] [blame]
#! /usr/bin/env python
"""
Output an HTML-ized coverage report.
"""
import _lib
import figleaf.annotate_html
figleaf.annotate_html.main()