You've already forked RekomenciBackend
fix(): adaptix is a common dependency due to it being used in domain
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from dishka import BaseScope, Provider, Scope, provide_all
|
||||
|
||||
from template_project.ml.interactors.predict_salary import PredictSalaryInteractor
|
||||
|
||||
|
||||
class InteractorProvider(Provider):
|
||||
scope: BaseScope | None = Scope.REQUEST
|
||||
|
||||
interactors = provide_all(
|
||||
PredictSalaryInteractor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user