Initial commit

This commit is contained in:
2024-04-08 14:09:47 +01:00
commit 7b3ba10877
51 changed files with 6244 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
init:
pip install -r requirements.txt
test:
py.test module_tests
.PHONY: init test