Home
Manpages
About
(root)/
Python-3.12.0/
Lib/
test/
test_lib2to3/
__main__.py
1
from
.
import
load_tests
2
import
unittest
3
4
unittest
.
main
(
)