Commit Graph

4 Commits

Author SHA1 Message Date
Jon Banafato
98c0a4fc3d Use isort
[isort](https://isort.readthedocs.io/en/latest/) sorts your Python
imports so you don't have to. This makes sure that imports are always
where they should be and prevents issues like duplicated imports and
merge conflicts. Using pre-commit, this can be done automatically
without any manual steps.

Depends on #9.
2019-11-09 10:45:01 -05:00
Mike
9fafc0b228 first stage of dynamic UI 2019-11-07 22:48:42 -05:00
Mike
8e61105cbb Started books per page algorithm, updated some tests 2019-11-07 00:38:08 -05:00
Raelon Masters
ce93050b7f Added HTTP server and response 2019-10-31 22:14:34 -04:00