This commit is contained in:
2025-08-03 22:50:32 +05:00
commit 059f174dd5
8 changed files with 611 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "kadastr14"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"lxml>=6.0.0",
]