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

9
.coveragerc Normal file
View file

@ -0,0 +1,9 @@
[run]
source =
YOUR_SOURCE
omit =
*/__init__.py
[report]
fail_under =
80