"""Query the database with a test set"""importclickfromapp.models.sql_factoryimportsearch_by_phash,add_phash@click.command()@click.option('-i','--input','opt_fn',required=True,help="Directory to search")@click.pass_contextdefcli(ctx,opt_fn):""" Search the database for an image """print('Searching for a file...')