15 lines
352 B
Python
15 lines
352 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/',
|
|
},
|
|
"erease": {
|
|
'iso': "USODY_14.2.0.iso",
|
|
'url': 'https://releases.usody.com/v14/',
|
|
},
|
|
}
|