diff options
| author | historia <historiavg@proton.me> | 2026-08-17 18:32:14 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-17 18:32:14 -0400 |
| commit | a30bd534151f757dad38763ae479fcd465d2ba0d (patch) | |
| tree | d2185a9e12abb13b76944c6d39b1bd64f5f70e24 /converter/__init__.py | |
| parent | 2bb8f721092fe2f4d6ae6e425181094c1f0da57a (diff) | |
| download | tts-audiobook-generator-a30bd534151f757dad38763ae479fcd465d2ba0d.tar.gz | |
refactor(converter): extract logic into package
Diffstat (limited to 'converter/__init__.py')
| -rw-r--r-- | converter/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/__init__.py b/converter/__init__.py new file mode 100644 index 0000000..80735d1 --- /dev/null +++ b/converter/__init__.py @@ -0,0 +1 @@ +"""Qwen-based audiobook converter package.""" |
