telegram-tui/main.py

6 lines
101 B
Python

from app.app import TelegramTUI
if __name__ == "__main__":
tg = TelegramTUI()
tg.run()