init pi folder

This commit is contained in:
Matteo Rosati
2026-05-07 22:04:21 +02:00
commit 0f95d08f86
35 changed files with 10860 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "context7"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.33.1",
]