mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
9 lines
173 B
Python
9 lines
173 B
Python
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
|