"""Dependency Injection using Dishka.""" from app.infrastructure.di.container import create_container __all__ = [ "create_container", ]