You've already forked RekomenciBackend
fast init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from dishka import Provider, Scope, provide_all
|
||||
|
||||
from template_project.application.user.interactors.sign_up import UserSignUpInteractor
|
||||
|
||||
|
||||
class InteractorProvider(Provider):
|
||||
scope = Scope.REQUEST
|
||||
|
||||
interactors = provide_all(
|
||||
UserSignUpInteractor,
|
||||
)
|
||||
Reference in New Issue
Block a user