Add 96.txt file

This commit is contained in:
2026-01-12 18:20:00 +08:00
parent f6117f47f4
commit 21d9c9d1d9
5 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv/

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.14

0
README.md Normal file
View File

6
main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from 1223!")
if __name__ == "__main__":
main()

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[project]
name = "1223"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
[[tool.uv.index]]
name = "tencent"
url = "https://mirrors.cloud.tencent.com/pypi/simple/"