mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-04-01 04:01:54 +02:00
pep8
This commit is contained in:
parent
dfc75cc64e
commit
d3a02405b2
1 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,6 @@
|
||||||
|
|
||||||
"""A library that provides a Python interface to the Telegram Bot API"""
|
"""A library that provides a Python interface to the Telegram Bot API"""
|
||||||
|
|
||||||
__author__ = 'devs@python-telegram-bot.org'
|
|
||||||
__version__ = '3.2.0'
|
|
||||||
|
|
||||||
from .base import TelegramObject
|
from .base import TelegramObject
|
||||||
from .user import User
|
from .user import User
|
||||||
from .chat import Chat
|
from .chat import Chat
|
||||||
|
@ -52,6 +49,8 @@ from .dispatcher import Dispatcher
|
||||||
from .jobqueue import JobQueue
|
from .jobqueue import JobQueue
|
||||||
from .updater import Updater
|
from .updater import Updater
|
||||||
|
|
||||||
|
__author__ = 'devs@python-telegram-bot.org'
|
||||||
|
__version__ = '3.2.0'
|
||||||
__all__ = ('Bot', 'Updater', 'Dispatcher', 'Emoji', 'TelegramError',
|
__all__ = ('Bot', 'Updater', 'Dispatcher', 'Emoji', 'TelegramError',
|
||||||
'InputFile', 'ReplyMarkup', 'ForceReply', 'ReplyKeyboardHide',
|
'InputFile', 'ReplyMarkup', 'ForceReply', 'ReplyKeyboardHide',
|
||||||
'ReplyKeyboardMarkup', 'UserProfilePhotos', 'ChatAction',
|
'ReplyKeyboardMarkup', 'UserProfilePhotos', 'ChatAction',
|
||||||
|
|
Loading…
Add table
Reference in a new issue