For example, if given a method that relies on the app config:
def foo(): if apps.get_app_config(\'some_app\').bar: return True
Wh