dry-python/bookshelf

Rewrite composition.

proofit404 opened this issue · 0 comments

  • Every service has flat constructor using dataclass (easy typing using mypy).
  • Injector composition use Package proxy to point to other Injector.
  • No inheritance between Injector subclasses (prevent dependency name clashes).