ImportConfig

Base ImportConfig class.

ImportConfig can be subclassed for use with parsers that has a function called load to load file-like objects and parse them into python objects.

class importconfig.importconfig.ImportConfig(loader, file_path, lazy=False)[source]

Bases: object

Base class for YamlConfig and JsonConfig.

load()[source]

Load up the expanded configuration.

Returns:dict