first
This commit is contained in:
12
ai_bot/keyboards/MainKeyboard.py
Normal file
12
ai_bot/keyboards/MainKeyboard.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from bot.Keyboard import Keyboard
|
||||
from telegram import InlineKeyboardButton, InlineKeyboardMarkup
|
||||
|
||||
|
||||
class MainKeyboard(Keyboard):
|
||||
|
||||
def get_keyboard(self):
|
||||
return [
|
||||
[
|
||||
InlineKeyboardButton("Меню", callback_data='menu'),
|
||||
],
|
||||
]
|
||||
Reference in New Issue
Block a user