Files
Keenetic_SSH/keenetic_ssh/__main__.py
Андрей Бобырев 788477d5c6 Keenetic SSH: standalone Telegram bot for Keenetic router SSH control
Made-with: Cursor
2026-04-24 12:01:05 +03:00

4 lines
60 B
Python

from .app import main
if __name__ == "__main__":
main()