feat: явно указаны зависимости к Protocol для перехода к имплементации

This commit is contained in:
Artem Tsyrulnikov
2025-12-23 10:11:31 +03:00
parent 23eb5ae13d
commit 45a5b59cc8
11 changed files with 32 additions and 36 deletions

View File

@@ -44,7 +44,7 @@ usecase = Usecase(
database=postgres,
telegram_bot=telegram,
jwt_encoder=jwt_encoder,
parser_client=parser_client,
parser=parser_client,
)
deps.set_usecase(usecase)