The following tasks need to be performed to add the feature: - [x] add the `engine` key to the `_scenario_info` attribute (type: `dict`) of the `Create` object. - [x] add the `engine` attribute to the `_Builder` object with `REISE` (type: `str`) as default value. - [x] update the `update_scenario_info` method in the `Create` object. - [x] write the `set_engine` method in the `_Builder` object (limited to only REISE for now). - [x] use scripts `call.py` and `extract_data.py` associated to engine set by user in the `Execute` object.
The following tasks need to be performed to add the feature:
enginekey to the_scenario_infoattribute (type:dict) of theCreateobject.engineattribute to the_Builderobject withREISE(type:str) as default value.update_scenario_infomethod in theCreateobject.set_enginemethod in the_Builderobject (limited to only REISE for now).call.pyandextract_data.pyassociated to engine set by user in theExecuteobject.