Lazy import of module
One’s can define “lazy” module that will only load when explicitely ask. This means that we can define module that doesn’t fit our requirement and throw an error if we try to load (and haven’t installed this missing requirement). I need to try it to know if it works.
1 |
|
Lazy import of module
https://eymeric65.github.io/p/936fd9eef7a64fe59e77c23d10aa20a5/