import click from ip_listener.main import detect @click.command() @click.argument() def run(): detect()