"""Command line interface for system.""" import click @click.command() def main(): pass