1 2 3 4 5 6 7 8 9
#!/usr/bin/env python3 import click from .cli import cli if __name__ == '__main__': cli()