Mockup code

This commit is contained in:
sonny 2020-12-27 13:40:35 +01:00
parent b3926ea8c8
commit 3b4784dcb2
3 changed files with 103 additions and 3 deletions

View file

@ -1,6 +1,9 @@
import click
from ip_listener.main import detect
@click.command()
def test():
click.echo("Hello world")
@click.argument()
def run():
detect()