initial commit

This commit is contained in:
YuanHui
2025-12-25 21:05:14 +08:00
commit 92c59169a0
286 changed files with 33888 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "mianshiya"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"notebook>=7.4.7",
"requests>=2.32.5",
]