1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 14:26:16 +00:00
This commit is contained in:
mihalin
2021-09-09 10:58:33 +03:00
parent 56b9528338
commit 68e60bb0c7
8 changed files with 89 additions and 17 deletions

View File

@@ -4,10 +4,10 @@ from tortoise import Tortoise
from olgram.router import dp
from olgram.settings import TORTOISE_ORM
import olgram.commands.bots
import olgram.commands.start
import olgram.commands.menu
import olgram.commands.bot_actions
import olgram.commands.bots # noqa: F401
import olgram.commands.start # noqa: F401
import olgram.commands.menu # noqa: F401
import olgram.commands.bot_actions # noqa: F401
async def init_database():