def __getattr__(self, name): def get_proxy(): return getattr(current_app, name) return LocalProxy(get_proxy)