mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
4 lines
78 B
Python
4 lines
78 B
Python
"""Coverage.py's main entrypoint."""
|
|
from coverage.cmdline import main
|
|
main()
|