significant restructuring, format all code

This commit is contained in:
Micha R. Albert 2025-07-08 11:04:36 -04:00
parent 16e840fb78
commit 43b2e33551
Signed by: mra
SSH key fingerprint: SHA256:2JB0fGfy7m2HQXAzvSXXKm7wPTj9Z60MOjFOQGM2Y/E
16 changed files with 698 additions and 449 deletions

View file

@ -21,6 +21,7 @@ COPY pyproject.toml ./
COPY LICENSE ./
COPY README.md ./
COPY src/ ./src/
COPY templates/ ./templates/
# Install project and dependencies using Hatch
RUN hatch build -t wheel && \