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 yaml
from aiogram import Dispatcher
from bot import bot
from routers import setup_routers
@ -13,4 +13,4 @@ setup_routers(dp)
if __name__ == '__main__':
asyncio.run(dp.start_polling(bot))
asyncio.run(dp.start_polling(bot))