feat: Add the Python project

This commit is contained in:
2025-05-09 10:22:35 +08:00
parent bb8e91b9d8
commit f1d18ec989
14 changed files with 2179 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "problem-generator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []