This commit is contained in:
Alexander Werner 2018-11-04 18:24:52 +01:00
parent 41d5812bd7
commit 2cc7624ed9
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
import click
@click.group()
def cli():
pass
@cli.command()
def run():
"""