WIP: Temporary commit for branch move
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,10 +1,10 @@
|
||||
from typing import Dict, Any
|
||||
|
||||
from aiogram import BaseMiddleware, types
|
||||
from helper_bot.utils.base_dependency_factory import BaseDependencyFactory
|
||||
from helper_bot.utils.base_dependency_factory import get_global_instance
|
||||
from logs.custom_logger import logger
|
||||
|
||||
bdf = BaseDependencyFactory()
|
||||
bdf = get_global_instance()
|
||||
BotDB = bdf.get_db()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user