Initial commit

This commit is contained in:
Niels Pauls
2026-04-02 12:37:25 +02:00
commit 6ea843fe66
26 changed files with 9077 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "antennas"
version = "0.1.0"
description = ""
authors = ["yoNico21 <119441054+yoNico21@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pandas = "^2.2.3"
odfpy = "^1.4.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"