Initial commit

This commit is contained in:
ByteTitan
2025-11-18 16:21:47 +01:00
commit c078d06fda
4 changed files with 263 additions and 0 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
name = "TEMPLATE-PYTHON"
version = "0.0.0"
description = "TEMPLATE-PYTHON"
requires-python = ">=3.14"
dependencies = []