File size: 96 Bytes
2eef9ea
 
 
 
 
 
1
2
3
4
5
6
7
"""Command line interface for system."""
import click

@click.command()
def main():
    pass