Get the latest tech news
PEP 810 – Explicit lazy imports
This PEP introduces lazy imports as an explicit language feature. Currently, a module is eagerly loaded at the point of the import statement. Lazy imports defer the loading and execution of a module until the first time the imported name is used.
None
Or read this on Hacker News