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
4
main.py
4
main.py
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue