lazy imports in lib5c toolbox

Issue #1 resolved
Thomas Gilgenast created an issue

the lib5c command line toolbox should use lazy imports

currently, it imports the entire tree every time

this causes simple tasks like printing the help message with lib5c -h to take way too long

this can be fixed by lazily importing packages only when they are specified by the particular lib5c subcommand invoked

Comments (2)

  1. Log in to comment