Skip to content

octoprint.cli.common#

LazyGroup(import_name, **kwargs) #

Bases: click.Group

A click Group that imports the actual implementation only when needed. This allows for more resilient CLIs where the top-level command does not fail when a subcommand is broken enough to fail at import time.