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

15 lines
348 B
Python
Raw Normal View History

isos = {
"demo": {
2022-09-07 11:33:43 +00:00
'iso': "USODY_2022.8.0-Demo.iso",
'url': 'http://releases.usody.com/demo/',
},
2022-10-17 09:35:14 +00:00
"register": {
2022-09-07 11:33:43 +00:00
'iso': "USODY_2022.8.0-beta.iso",
2022-09-07 09:14:13 +00:00
'url': 'http://releases.usody.com/2022/',
},
2022-10-17 09:35:14 +00:00
"erease": {
2022-09-07 12:10:11 +00:00
'iso': "USODY_14.0.0.iso",
'url': 'http://releases.usody.com/v14/',
},
}