refactor: optimize import and add lines

This commit is contained in:
Danil 2024-12-08 16:46:23 +03:00
parent 053985c5fe
commit 50fe6eec77

View file

@ -1,7 +1,7 @@
from aiogram import Bot, Dispatcher
import asyncio import asyncio
import yaml import yaml
from aiogram import Dispatcher
from bot import bot from bot import bot
from routers import setup_routers from routers import setup_routers