update pyrogram/helpers/__init__.py

This commit is contained in:
naya1503 2024-06-28 12:01:32 +07:00
parent 2239687fee
commit 4ae9009c4c

View file

@ -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 <https://www.gnu.org/licenses/>.
"""
from .helpers import ikb, bki, ntb, btn, kb, kbtn, array_chunk, force_reply
from .helpers import ikb, bki, ntb, btn, kb, kbtn, array_chunk, force_reply
from .keyboard import (InlineKeyboard, InlineButton, InlinePaginationKeyboard, InlineButton, ReplyKeyboard, ReplyButton, ReplyKeyboardRemove, ForceReply)