Concept Flow - Environment-based configuration
Start Flask App
Read ENV Variable
Select Config Class
Apply Config to App
Run App with Config
App Behavior Depends on Config
The app starts, reads environment variables to pick the right config, applies it, then runs with those settings.