refactor: restructure into package layout and split large modules

This commit is contained in:
2026-02-18 02:43:45 +01:00
parent bc24439da8
commit 8e73e45e2d
51 changed files with 1970 additions and 1848 deletions

View File

@@ -145,7 +145,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen
$ uv sync
# modify the code...
# ...and run the TUI
$ uv run python -m auditui.cli
$ uv run auditui
```
Don't forget to run the tests.