from aiogram import Router from .start.dialogs import start_dialog user_router = Router(name="user") user_router.include_router(start_dialog)