HmMmm le jambon...

This commit is contained in:
SushiCannibale 2025-06-05 20:17:23 +02:00
commit 66b9684e43
4 changed files with 73 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "rosette"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
'requests'
]