App Dépenses Trello v1.0

This commit is contained in:
h3r7
2026-02-27 09:24:51 +01:00
commit d3cb9b06aa
3 changed files with 399 additions and 0 deletions

13
config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"prenoms": [
"HERY"
],
"format": "{prenom} - {date} - {libelle} - {montant}\u20ac",
"depenses": [],
"trello": {
"api_key": "",
"token": "",
"board_id": "",
"list_id": ""
}
}