mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 19:26:10 +00:00
9 lines
195 B
Python
9 lines
195 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Telegram TUI Client
|
|
Консольный клиент Telegram на базе urwid
|
|
"""
|
|
|
|
from .telegram_tui import main, TelegramTUI
|
|
|
|
__all__ = ['main', 'TelegramTUI'] |