initial commit

This commit is contained in:
Lectom C Han
2025-10-13 14:20:00 +09:00
commit 771a20225f
11 changed files with 731 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "descope-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"descope>=1.7.9",
]