import db try: res = db.execute_query('SHOW TABLES LIKE "warehouse_stock"') print(f"RESULT: {res}") except Exception as e: print(f"ERROR: {e}")