Initial commit

This commit is contained in:
2026-07-29 13:29:46 +01:00
commit dcc44b05bd
8 changed files with 396 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "plotcctv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyudev>=0.24.4",
]