PEP 810: Explicit lazy imports

PEP 810: Explicit lazy imports

Forum
Proposal for an opt-in lazy import syntax that defers module loading until first use, aiming for faster startup, lower memory, and clear semantics with zero overhead when not used.