I am trying to access access application configuration inside a blueprint authorisation.py which in a package api. I am initializing the blueprint in __in
Blueprints have register method which called when you register blueprint. So you can override this method or use record decorator to describe logic which depends from app.