This commit is contained in:
Eden Kirin
2025-10-09 14:00:22 +02:00
commit 724f116ed2
10 changed files with 1072 additions and 0 deletions

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "coin-counter-simulators"
version = "0.1.0"
description = "Coin counter device simulator for development/testing"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["pyserial>=3.5"]