初始化

This commit is contained in:
van
2026-04-23 22:06:19 +08:00
commit e9823c2261
26 changed files with 840 additions and 0 deletions

3
tg_bridge/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Telegram 转发桥HTTP 入站,由个人号向指定 Bot 发送消息。"""
__version__ = "0.1.0"