aboutsummaryrefslogtreecommitdiff
path: root/app/backends/audiocpp/constants.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-26 17:46:48 -0400
committerhistoria <historiavg@proton.me>2026-08-26 17:46:48 -0400
commit6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 (patch)
treed692ddccd6ec212cf4ebabb25a85e83af479d0fe /app/backends/audiocpp/constants.py
parentc147087c9d4707bffaeee58d390653637a21cce8 (diff)
downloadtts-audiobook-generator-6ccb6d443d2fb871b43d96ea61a95bc3e6a92355.tar.gz
feat: combined install/configure tui screens into one menu, removed extraneous wizard screens
Diffstat (limited to 'app/backends/audiocpp/constants.py')
-rw-r--r--app/backends/audiocpp/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/backends/audiocpp/constants.py b/app/backends/audiocpp/constants.py
index aaa1eed..957590b 100644
--- a/app/backends/audiocpp/constants.py
+++ b/app/backends/audiocpp/constants.py
@@ -1,6 +1,5 @@
"""Constants shared across the audio.cpp backend modules."""
-import re
from pathlib import Path
DEFAULT_HOST = "127.0.0.1"