optigob.resource_manager.import_factory

Classes

ImportFactory

Module Contents

class optigob.resource_manager.import_factory.ImportFactory
static load_config(config_path)

Loads a configuration file (JSON, YAML) based on the file extension.

Parameters:

config_path (str) – Path to the configuration file.

Returns:

The loaded configuration as a dictionary.

Return type:

dict