initialize python project

This commit is contained in:
2025-10-11 14:39:15 +08:00
commit 1bf3d0e089
7 changed files with 71 additions and 0 deletions

8
uv.lock generated Normal file
View File

@@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "hello-world"
version = "0.1.0"
source = { virtual = "." }