data0.config ============ .. py:module:: data0.config Functions --------- .. autoapisummary:: data0.config.get_config Module Contents --------------- .. py:function:: get_config(config_file) Load the configuration from a JSON file. :param config_file: The name or path to the configuration JSON file, or a dictionary in the format of a configuration file. :type config_file: `str` or `dict` :returns: **config_dict** -- The configuration as a dictionary. :rtype: `dict`