Commit Graph

4 Commits

Author SHA1 Message Date
Mike Young
d7279a73a7 Massive code refactoring, and some test rewrites. 2019-11-15 14:45:42 -05:00
Mike
5c2d93a9e9 Moved main program files 2019-11-09 23:27:04 -05:00
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
3c49cdf5e2 Begining to build in directory recursion for book scanning 2019-09-24 16:47:29 -04:00