添加通道连接特性,可用+连接两个通道,连接后将交换双方的接收端

This commit is contained in:
2024-10-13 01:09:25 +08:00
parent 873123a99d
commit ffd7847fb1
5 changed files with 116 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ tag_regex = '^v(?:\D*)?(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.3.3",
"mypy>=1.11.2",
]
[tool.pdm]
distribution = true