chore: fix import

This commit is contained in:
Danil 2025-05-15 15:03:21 +03:00
parent 757c74f779
commit 210c60552f

View file

@ -1,6 +1,7 @@
from aiogram import CommandStart, types, Router
from aiogram import types, Router
from aiogram.filters import CommandStart
from main import bot
from bot import bot
router = Router()