utils
load_config(config_path)
¶
Load and parse a YAML config file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config_path
|
str
|
Path to the YAML config file. |
required |
Returns:
| Type | Description |
|---|---|
Config
|
Parsed Config object. |
Source code in src/payment/utils.py
18 19 20 21 22 23 24 25 26 27 28 | |