initial commit

This commit is contained in:
thomasabishop 2024-08-26 15:38:09 +01:00
commit b8d2927314
6 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
data/*.db

0
README.md Normal file
View file

0
requirements.txt Normal file
View file

0
setup.py Normal file
View file

0
src/__init__.py Normal file
View file

0
tests/__init__.py Normal file
View file