basic design

This commit is contained in:
Wolfang Torres
2025-12-21 22:16:37 +08:00
parent c6f608b60d
commit a536a0eef2
12 changed files with 124385 additions and 0 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name="anki-hsk-creator",
version="0.1",
packages=["anki-hsk-creator"],
install_requires=[
"cedict-utils",
"pinyin-tone-converter",
# "genanki"
],
)