cpython/Lib/test/test_asyncio/__main__.py

6 lines
69 B
Python

from . import test_main
if __name__ == '__main__':
test_main()