initial scaffold

This commit is contained in:
Marty Oehme 2025-03-12 14:16:59 +01:00
commit b1c427067e
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 25 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "2hoarder"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
[tool.pyright]
typeCheckingMode = "basic"