initial commit

This commit is contained in:
2025-03-18 10:38:59 +01:00
commit c37f4dcd75
5 changed files with 129 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "bw-print"
version = "0.1.0"
description = "Create a Markdown of all your bitwarden entries"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
]