feat: add hi3 stub

HI3 isn't working atm, don't expect too much
This commit is contained in:
2024-02-06 11:48:16 +07:00
parent ca03718bf1
commit 70eb0e9443
10 changed files with 117 additions and 1 deletions

View File

@ -16,10 +16,12 @@ cleo = "^2.1.0"
pytest = "^7.3.1"
pre-commit = "^3.3.3"
[tool.poetry.group.cli.dependencies]
tqdm = "^4.65.0"
[tool.poetry.scripts]
vollerei = 'vollerei.cli:run'
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"