Since heavy dependencies are imported to `__main__.py` at the top, `bioclip -h` and other help menus take a bit to display. To speed up help menus, we can defer heavy imports until needed by a command, and use lazy module imports for the package.