Initial commit - code done, other stuff partial

This commit is contained in:
askiiart 2023-11-20 18:00:13 -06:00
commit 0f497ee7c2
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
11 changed files with 392 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM python:slim-bookworm
RUN apt update && apt install -y pandoc