From 4ae9009c4ca0366097c50250510665d5b79ced71 Mon Sep 17 00:00:00 2001 From: naya1503 <118755946+naya1503@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:01:32 +0700 Subject: [PATCH] update pyrogram/helpers/__init__.py --- pyrogram/helpers/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyrogram/helpers/__init__.py b/pyrogram/helpers/__init__.py index 786d7e01..e9c08150 100644 --- a/pyrogram/helpers/__init__.py +++ b/pyrogram/helpers/__init__.py @@ -13,4 +13,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with pyromod. If not, see . """ -from .helpers import ikb, bki, ntb, btn, kb, kbtn, array_chunk, force_reply \ No newline at end of file +from .helpers import ikb, bki, ntb, btn, kb, kbtn, array_chunk, force_reply +from .keyboard import (InlineKeyboard, InlineButton, InlinePaginationKeyboard, InlineButton, ReplyKeyboard, ReplyButton, ReplyKeyboardRemove, ForceReply) + \ No newline at end of file