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