invest/tests/test_datastack_modules/nonspatial_files.py

8 lines
171 B
Python

MODEL_SPEC = {
'model_id': 'nonspatial_model',
'args': {
'some_file': {'type': 'file'},
'data_dir': {'type': 'directory', 'contents': {}},
}
}