Load config or import a module
(self, arg)
| 86 | |
| 87 | @with_argparser(use_parser) |
| 88 | def do_use(self, arg): |
| 89 | """"Load config or import a module |
| 90 | """ |
| 91 | self._load_module(arg) |
| 92 | |
| 93 | def main(args): |
| 94 |
nothing calls this directly
no test coverage detected