for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# """A sample CLI."""
#
# import click
# @click.command()
# def main():
# click.echo('http://docs.responsibly.ai')
# if __name__ == '__main__': # pragma: no cover
# main()