Baraaqasem commited on
Commit
8c535ea
·
verified ·
1 Parent(s): dab12a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import logging
2
- from telegram.ext import Update, InlineKeyboardButton, InlineKeyboardMarkup
 
3
  from telegram.ext import ApplicationBuilder, CommandHandler, MessageHandler, CallbackQueryHandler, filters, ContextTypes
4
  from g4f.client import Client
5
 
 
1
  import logging
2
+ from telegram import Update
3
+ from telegram.inline import InlineKeyboardButton, InlineKeyboardMarkup
4
  from telegram.ext import ApplicationBuilder, CommandHandler, MessageHandler, CallbackQueryHandler, filters, ContextTypes
5
  from g4f.client import Client
6