initial checkin with very basic functionality

This commit is contained in:
Alex Kelly 2021-09-28 16:29:27 -04:00
commit 8d9dd8813f
10 changed files with 1798 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
**/__pycache__/
db.sqlite3
dist
.coverage