Add test command

This commit is contained in:
sonny 2020-12-26 16:37:56 +01:00
parent 1760b496c6
commit b3926ea8c8
3 changed files with 9 additions and 0 deletions

6
ip_listener/cli.py Normal file
View file

@ -0,0 +1,6 @@
import click
@click.command()
def test():
click.echo("Hello world")