Config Loaders (empanada.config_loaders)# empanada.config_loaders.load_config(config_file, base_kw='BASE')[source]# Loads a config file with inheritance. The base_kw is the keyword that defines the parent .yaml file. empanada.config_loaders.read_yaml(url)[source]# Loads a yaml config file from the given path/url.