in src/fbosbot/db.py [0:0]
def init_db_command(): """Clear the existing data and create new tables.""" init_db() click.echo('Initialized the database.')