fix: remove circular import between main.py and instruct/handlers.py

This commit is contained in:
Денис Кривоченко
2026-07-21 14:47:23 +07:00
parent 8dae3a8fc9
commit 0f349d4b3a
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@ from utils.texts import (
instruct_email_text,
EMOJI_DIGITS,
)
from main import WELCOME_TEXT
from utils.menu import MENU_TEXT
INSTRUCT_MAIN_MENU_TEXT = instruct_main_menu_text