MyToolKit / info.py
Aero-Ex's picture
Add files using upload-large-folder tool
8311b5f verified
Raw
History Blame Contribute Delete
201 Bytes
from collections import OrderedDict
from version import VERSION
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = VERSION
software_meta = v