invest/tests/test_datastack_modules/ui_parameter_archive.py

8 lines
154 B
Python

MODEL_SPEC = {
'model_id': 'mymodel',
'args': {
'foo': {'type': 'freestyle_string'},
'bar': {'type': 'freestyle_string'},
}
}