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