This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/ereuse_devicehub/workbench/__init__.py

12 lines
319 B
Python
Raw Normal View History

isos = {
"demo": {
'iso': "USODY_2022.5.2-beta.iso",
'url': 'http://releases.usody.com/demo/',
},
"2022": {
'iso': "USODY_2022.5.2-beta.iso",
'url': 'http://releases.usody.com//2022/',
},
"v14": {'iso': "USODY_14.0.0.iso", 'url': 'http://releases.usody.com/v14/'},
}