Change to python project format

This commit is contained in:
James Grogan 2024-09-29 18:23:09 +01:00
parent b20465a3d7
commit 61599cb76c
27 changed files with 268 additions and 123 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
.venv
*.pyc
__pycache__/
__pycache__/
*.egg-info/