It's been some time coming

The actual library should not require a venv or a setup or anything
but it does make testing and whatnot easier.
This commit is contained in:
John Doty 2024-06-14 06:29:15 -07:00
parent 7b3c94c469
commit 3483d99a7d
3 changed files with 90 additions and 2 deletions

3
makefile Normal file
View file

@ -0,0 +1,3 @@
.PHONY: test
test:
pytest