mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
6 lines
69 B
Python
6 lines
69 B
Python
from . import test_main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
test_main()
|