xref
: /
third_party
/
python
/
Lib
/
test
/
test_peg_generator
/
__main__.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/test_peg_generator/
1
import
unittest
2
from
.
import
load_tests
3
4
unittest
.
main
()
5