You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Returns the property value for the given key in the CONFIG dict in configuration.py / local_configuration.py; returns None if key is not defined."""
return CONFIG.get(key)
# if there exists a local_configuration, it is used and may supersede some of the above constants.