From dd9d438082d1116b9594724e017ef72c8945a587 Mon Sep 17 00:00:00 2001 From: sergey Date: Tue, 11 Feb 2025 01:10:17 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=B8?= =?UTF-8?q?=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotCode/routers/survey/handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BotCode/routers/survey/handlers.py b/BotCode/routers/survey/handlers.py index 7723cfc..a8362c7 100644 --- a/BotCode/routers/survey/handlers.py +++ b/BotCode/routers/survey/handlers.py @@ -3,11 +3,11 @@ from aiogram.filters import Command from aiogram.fsm.context import FSMContext from aiogram.utils import markdown -from BotLibrary import BotVariables -from email_validators import valid_email -from keyboards.reply_kb.survey_yesno_kb import get_survey_email_kb from .states import Survey +from BotLibrary import BotVariables, valid_email +from BotCode.keyboards.reply_kb.survey_yesno_kb import get_survey_email_kb +# Создание роутера router = Router(name=__name__) @router.message(Command("survey", prefix=BotVariables.prefixs))