im trying to learn how to fetch API using python-flask with heroku as the cloud service
in the app, there's a key to communicate with the source server and i set the config variable (config vars) like
X_App_APIKeys = {key strings}
how can i use the variable as an object in my code?
i.e : myapikeys = X_App_APIKeys