# config module defines a place to store the external configuration/settings # and is used to provide an interface to the runtime configuration for the # program. from . import log obj = {} def init(settings_obj): global obj obj = settings_obj log.init_logging()