HomeSoftware Heritage

cli: speedup the `swh` cli command startup time

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cli: speedup the swh cli command startup time

by moving import statements in functions and using conditional
import of typechecking modules (especially swh.storage.interface
which triggers the loading of 300+ modules).

Related to T2575.

Commit No Longer Exists

This commit no longer exists in the repository.