from_file#
- static Configuration.from_file(config_path: str) Configuration#
Initialize the PyPIM configuration based on the configuration file.
- Parameters:
- config_path
str Path of the configuration file.
- config_path
- Returns:
ConfigurationPyPIM configuration.
- Raises:
InvalidConfigurationErrorThe configuration is not valid.