""" Query the database with a test set """ import click # from app.models.sql_factory import load_sql_datasets @click.command() @click.option('-i', '--input', 'opt_fn', required=True, help="Directory to search") @click.pass_context def cli(ctx, opt_fn): """ Search the database for an image """ print('Searching for a file...')