File size: 173 Bytes
1ba389d |
1 2 3 4 5 6 7 8 9 |
from collections import OrderedDict
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = "0.1.0"
software_meta = v
|
1ba389d |
1 2 3 4 5 6 7 8 9 |
from collections import OrderedDict
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = "0.1.0"
software_meta = v
|