Try to improve performance by only loading dependencies when needed. Either [py-demandimport](https://github.com/bwesterb/py-demandimport) or [limp](https://github.com/noahmorrison/limp) may do the job.
Try to improve performance by only loading dependencies when needed.
Either py-demandimport or limp may do the job.