starting out

This commit is contained in:
dom
2026-02-06 11:44:32 +01:00
commit c8f1ca4f4e
5 changed files with 597 additions and 0 deletions

5
pyproject.toml Normal file
View File

@@ -0,0 +1,5 @@
[project]
name = "melesICUmover"
version = "0.1.0"
requires-python = ">= 3.11.9"
dependencies = []