load_config


Description:

public abstract Config2 load_config ()

Loads and returns the configuration.

Implementations should call type registration methods (e.g., `OLLMvector.Database.register_config()`) if needed, then call `base_load_config()` to perform the actual loading.

Returns:

The loaded Config2 instance