FirstCommit

This commit is contained in:
yangfan
2025-07-23 19:31:36 +08:00
commit 9838382619
16 changed files with 6836 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "clash-subscription-merger"
version = "0.1.0"
description = "Clash subscription merger script"
requires-python = ">=3.8"
dependencies = [
"requests>=2.31.0",
"pyyaml>=6.0.1",
]