from aiogram.types import CallbackQuery


async def {{ handler_name }}(
        callback_query: CallbackQuery
):
    pass
