There are too many imports running each time we call dlctl and, as such, running dlctl --help, or similar for subcommands, will take over 10s, which is not acceptable. We should move all possible imports to their specific commands, in order to avoid loading unrequired dependencies.