mirror of
https://github.com/Redume/StarBoard.git
synced 2025-04-07 04:05:28 +01:00
refactor: optimize import and add lines
This commit is contained in:
parent
053985c5fe
commit
50fe6eec77
1 changed files with 3 additions and 3 deletions
6
main.py
6
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))
|
||||
asyncio.run(dp.start_polling(bot))
|
||||
|
|
Loading…
Add table
Reference in a new issue