"""Bot module""" from app.bot.handlers import register_handlers from app.bot.keyboards import * __all__ = ["register_handlers"]