1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-19 23:01:31 +03:00
leon/skills/games/rochambeau/skill.json

13 lines
298 B
JSON

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Rochambeau",
"bridge": "python",
"version": "1.0.0",
"description": "Rock paper scissors game.",
"author": {
"name": "Louis Grenard",
"email": "louis@getleon.ai",
"url": "https://github.com/louistiti"
}
}