mirror of
https://github.com/python/cpython.git
synced 2026-06-27 19:36:07 +00:00
5 lines
98 B
Python
5 lines
98 B
Python
import sys
|
|
|
|
sys.set_lazy_imports("none")
|
|
|
|
lazy import test.test_lazy_import.data.basic2 as basic2
|