initial commit

This commit is contained in:
2025-12-19 18:27:11 +09:00
commit 1f8fd99d25
9 changed files with 286 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "clock-engagement"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
]