def dropdb(): if prompt_bool("Are you sure you wanna drop the database ?"): memesocial.db.drop_tables( memesocial.all_tables )