From f00249db9d1ea051d29aa1bcca869fc4b88e83eb Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 02:59:26 -0400 Subject: refactor: add app directory, dir structure change --- ui/__init__.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ui/__init__.py (limited to 'ui/__init__.py') diff --git a/ui/__init__.py b/ui/__init__.py deleted file mode 100644 index 4986a10..0000000 --- a/ui/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -"""The TUI frontend for the audiobook generator. - -``ui.tui`` is the DOS-style curses widget library, and ``ui.hub`` is the -main menu the user sees when running ``audiobook.py`` with no arguments -(set up/configure backends, convert the input directory). It is the only -entry point for the interactive workflow; everything else under -``backends/`` and ``converter/`` is library code driven by it or by the -``audiobook.py`` CLI flags. -""" -- cgit v1.2.3