Initial commit

This commit is contained in:
2026-05-27 08:44:49 +02:00
commit 7e44092d3f
12 changed files with 1101 additions and 0 deletions

9
Python/pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "engine-recorder-dump"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pyserial>=3.5",
]