pssecret-server/pssecret/cli.py

7 lines
69 B
Python
Raw Normal View History

import click
@click.command()
def cli():
print("Hello, world")