feat(): salary prediction

This commit is contained in:
gitgernit
2025-11-22 19:06:02 +03:00
parent a06c83cb18
commit 38dbfc25ac
6 changed files with 219 additions and 46 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from dishka import BaseScope, Provider, Scope, provide_all
from template_project.ml.interactors.predict_salary import PredictSalaryInteractor
from template_project.application.resume.interactors.predict_salary import PredictSalaryInteractor
class InteractorProvider(Provider):