# Development & Debugging Scripts This directory contains scripts for development, debugging, and testing. ## Files - `debug_eboard.py` - Debug script to examine eBoard page structure using Playwright ## Usage These scripts are for development purposes and are not part of the production pipeline. ### Debug eBoard ```bash python scripts/development/debug_eboard.py ``` Examines eBoard meeting page structure to help debug scraping issues.