refactor!: split telegram bridge into transport/presenter (#55)

This commit is contained in:
banteg
2026-01-06 02:14:36 +04:00
committed by GitHub
parent a8eb1290cc
commit 1178b738df
26 changed files with 2338 additions and 1833 deletions
+5
View File
@@ -0,0 +1,5 @@
check:
uv run ruff format --check
uv run ruff check .
uv run ty check .
uv run pytest