- You are not guaranteed that the import will be lazy - this is why the PEP says “potentially lazy import”.
- If you do import it lazy, usages of the symbol starts raising ImportError - this is probably not what you want.
So no. It’s generally not the way to go.