This commit is contained in:
2026-02-01 22:36:56 +01:00
parent 81999207c2
commit 7a3b6b273b
20 changed files with 321221 additions and 0 deletions

10
converter/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "converter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"argparse>=1.4.0",
"kicad-pycbnew>=1.0.0",
]