refactor(utils): move modules to utils package

This commit is contained in:
2026-07-29 17:40:45 +05:00
parent 098d280154
commit ffb8959c83
5 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import asyncio
import logging
from config import Config
from telegram import TelegramStarsBot
from utils.telegram import TelegramStarsBot
logger = logging.getLogger(__name__)