Initial library structure

This commit is contained in:
simonw 2022-11-22 01:57:06 +00:00 committed by github-actions[bot]
commit 56c4672f37
9 changed files with 311 additions and 85 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store