Questions for #Flask folks:
I use blueprints to define routes for each portion of the app. If you need a helper function to prepare data for a route, do you keep it in the blueprint file? Or do you create a separate helper/utils/something file and import?