Initial working proof of concept

This commit is contained in:
Simon Willison 2017-10-22 17:41:19 -07:00
commit de04d7a854
5 changed files with 74 additions and 0 deletions

3
.gitignore vendored
View file

@ -99,3 +99,6 @@ ENV/
# mypy
.mypy_cache/
# SQLite databases
*.db