feat: adds cli probs

This commit is contained in:
2024-04-27 18:43:25 -05:00
parent 12e6916ab2
commit 4b2e573715
12 changed files with 555 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ python-semantic-release = "^7.24.0"
black = "^22.3.0"
syrupy = "^4.0.8"
[tool.poetry.scripts]
probs = "deepdog.cli.probs:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"