feat(anki): basic cli using typer

This commit is contained in:
arne314
2024-12-22 22:53:10 +01:00
parent ac353e5c74
commit 1124181f59
6 changed files with 120 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ requires-python = ">=3.9.20"
dependencies = [
"aiohttp>=3.11.11",
"tree-sitter-language-pack>=0.2.0",
"typer>=0.15.1",
]
[project.scripts]