bot = Bot(token=TOKEN)
boba = dispatcher(bot)
@boba.message_handler(commands=['start'])
Traceback (most recent call last):
File "C:\Python5\bot.py", line 10, in <module>
dp = dispatcher(bot=bot)
TypeError: 'module' object is not callable
PS C:\Python5>