Bootstrap package

This commit is contained in:
Luke Murphy
2020-08-18 10:29:46 +02:00
commit 33ebb2f8ef
7 changed files with 776 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.egg-info/
*.pyc
.coverage
.eggs/
.mypy_cache/
.tox/
__pycache__
build/
dist/
pip-wheel-metadata/