Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
011ba371fca4ad4a6b83bd1426743be7ded52b6d
/
.
/
scripts
/
myunit
blob: 43fce063f5a2dd3b83567c07992908e01b05217f [
file
]
#!/usr/bin/env python3
"""Myunit test runner command line tool.
Usually used as a slave by runtests.py, but can be used directly.
"""
from
mypy
.
myunit
import
main
main
()