mirror of
https://github.com/Marsh232/Telegram-IP-CALC.git
synced 2026-04-23 00:16:37 +00:00
Del
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
from aiogram.types import ReplyKeyboardMarkup, KeyboardButton, ReplyKeyboardRemove
|
||||
|
||||
network_button = KeyboardButton('Сеть')
|
||||
subnet_button = KeyboardButton('Подсети')
|
||||
help_button = KeyboardButton('Помощь')
|
||||
|
||||
kb = ReplyKeyboardMarkup(resize_keyboard=True, one_time_keyboard=True)
|
||||
kb.row(network_button, subnet_button, help_button)
|
||||
Reference in New Issue
Block a user