pivotalcli/commands/cli.py

6 lines
49 B
Python
Raw Normal View History

2018-07-21 12:36:02 +00:00
import click
@click.group()
def cli():
pass