diff --git a/main.py b/main.py index 2c804b7..30e7a5e 100644 --- a/main.py +++ b/main.py @@ -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)) \ No newline at end of file + asyncio.run(dp.start_polling(bot))