Initialize GovOPlaN SOAP connector

This commit is contained in:
2026-07-11 17:17:06 +02:00
commit 0503638e4d
10 changed files with 235 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
build/
dist/
*.egg-info/