Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
339ba96d1c36894577db072a0f90656fea83a05a
/
.
/
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
()