feat(anki): basic export

This commit is contained in:
arne314
2024-12-22 18:22:23 +01:00
parent eb443cabff
commit ac353e5c74
8 changed files with 361 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ dependencies = [
"aiohttp>=3.11.11",
"tree-sitter-language-pack>=0.2.0",
]
[project.scripts]
typstar-anki = "anki.main:main"