feat(): routes and entrypoint for ml

This commit is contained in:
gitgernit
2025-11-22 11:33:15 +03:00
parent 8c76413c3b
commit 099fecc218
10 changed files with 231 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ dev = [
[project.scripts]
web_api_cli = "template_project.web_api.entry_point:main"
ml_api_cli = "template_project.ml.entry_point:main"
[tool.pytest.ini_options]
testpaths = ["tests"]