Keenetic SSH: standalone Telegram bot for Keenetic router SSH control

Made-with: Cursor
This commit is contained in:
Андрей Бобырев
2026-04-24 12:01:05 +03:00
commit 788477d5c6
13 changed files with 554 additions and 0 deletions

3
keenetic_ssh/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from .app import main
if __name__ == "__main__":
main()