Initial commit

This commit is contained in:
Esa Kataja
2024-11-14 20:13:59 +02:00
commit c298763049
8 changed files with 104 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "videnc-reeffed"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.9.2",
]