mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 19:26:10 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
from app.app import TelegramTUI
|
|
|
|
if __name__ == "__main__":
|
|
tg = TelegramTUI()
|
|
tg.run()
|