import telebot
bot = telebot.Telebot('')
@bot.message_handler(commands=['start', 'calculator'])
def getMessage(message):
bot.send_message(message.from_user.id, "Приветствую Вас, Сударь!")
bot.polling(none_stop=False, interval = 0)
Import "telebot" could not be resolved