Staging
v0.8.1
Raw File
test_importlib.py
from importlib.test.__main__ import test_main


if __name__ == '__main__':
    test_main()
back to top