`import progressbar` and `import requests` take up ~50 ms each, which is the bulk of startup time (total ~120 ms). Consider using lazy imports to speed up the case of using an existing JDK/package/file, especially when the cached index is valid.
import progressbarandimport requeststake up ~50 ms each, which is the bulk of startup time (total ~120 ms).Consider using lazy imports to speed up the case of using an existing JDK/package/file, especially when the cached index is valid.