mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
6 lines
190 B
Python
6 lines
190 B
Python
# We import importlib *ASAP* in order to test #15386
|
|
import importlib
|
|
|
|
from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
|
|
from test.libregrtest.main import main
|