lfsir.api.setup_config
Copy default config file to data directory.
Copies the default config file 'settings_sample.yaml' from the package directory to 'config/lfsir_settings.yaml' in the root data directory.
Overwrites any existing file if replace=True.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
replace |
bool
|
Whether to overwrite existing config file. |
False
|