-
-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
Description
Can we implement something like that?
In dependency_injector
i see it like that:
from dependency_injector import containers, providers
class Container(containers.DeclarativeContainer):
persist_user = providers.Factory("app.repositories.create_user")