def load_config(config_file, template): """Loads the minified JSON config. Returns a dict.""" # minify then load as JSON config ...
確定! 回上一頁