initial commit

This commit is contained in:
2026-04-16 16:29:49 +02:00
commit f4f875ecde
6 changed files with 192 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "tea3"
version = "0.1.0"
description = "TEA3 implementation"
authors = [{name = "Sam HADOW"}]
requires-python = ">=3.11"
[tool.pytest.ini_options]
testpaths = ["tests"]