init commit

This commit is contained in:
YuanHui
2025-12-25 21:48:29 +08:00
commit 117de40f03
11 changed files with 1598 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "resourse-parse"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"notebook>=7.4.7",
]