19 lines
466 B
Python
19 lines
466 B
Python
isos = {
|
|
"demo": {
|
|
'iso': "USODY_2022.8.0-Demo.iso",
|
|
'url': 'https://releases.usody.com/demo/',
|
|
},
|
|
"register": {
|
|
'iso': "USODY_2022.12.2-beta.iso",
|
|
'url': 'https://releases.usody.com/2022/',
|
|
},
|
|
"erease2": {
|
|
'iso': "USODY_14.2.0.iso",
|
|
'url': 'https://releases.usody.com/v14.2/',
|
|
},
|
|
"erease4": {
|
|
'iso': "USODY_14.4.2.iso",
|
|
'url': 'https://releases.usody.com/v14.4/',
|
|
},
|
|
}
|