This commit is contained in:
R Dittberner 2026-03-04 10:06:30 +01:00
commit b21bbfff71
4 changed files with 346 additions and 0 deletions

6
pyproject.toml Normal file
View file

@ -0,0 +1,6 @@
[project]
name = "datapuller"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = []