]> git.walde.dev - punch/commit
Add errors and query modules
authorDustin Walde <redacted>
Tue, 12 Sep 2023 17:51:42 +0000 (10:51 -0700)
committerDustin Walde <redacted>
Tue, 12 Sep 2023 17:51:42 +0000 (10:51 -0700)
commit2d2da9020d290631f786bf9b298a5c503b378045
tree0ea8036576f4e7407d7daec45c2eec92f6d40601
parent6f95f02f2561c1485bb585cf22eca10e3b598af5
Add errors and query modules

- Add errors class w/ initial types
- Add query module for fetching and printing
  total times and entries of a category in a time range
src/errors.py
src/query.py [new file with mode: 0644]