from chatterbot import ChatBot
from chatterbot.trainers import ListTrainer
chatbot = ChatBot("BotBot")
trainer = ListTrainer(chatbot)
t