feat(pm3py): project scaffolding with CRC-16/A and protocol constants

This commit is contained in:
michael
2026-03-15 22:11:38 -07:00
commit 22dc438464
10 changed files with 296 additions and 0 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.backends._legacy:_Backend"
[tool.pytest.ini_options]
testpaths = ["tests"]