Concept Flow - Blueprint creation and registration
Define Blueprint
Add routes to Blueprint
Create Flask app
Register Blueprint with app
Run app with Blueprint routes active
This flow shows how you create a Blueprint, add routes to it, then register it with the main Flask app so those routes become active.