mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
3 lines
63 B
Python
3 lines
63 B
Python
import doctest, test_support
|
|
test_support.run_doctest(doctest)
|