Files
ai-toolkit/info.py

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.0.1"
software_meta = v