Initial commit

This commit is contained in:
Hubert Van De Walle
2025-03-04 15:19:18 +01:00
commit 4b0622451b
8 changed files with 428 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "tri"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"requests>=2.32.3",
"rich>=13.9.4",
]