1 2 3 4 5 6 7 8
import click from cli import cli cli = click.CommandCollection(sources=[cli]) if __name__ == "__main__": cli()