Initial commit

This commit is contained in:
2019-04-25 09:01:51 -05:00
commit 8ad267cc0e
3 changed files with 23 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
/.eggs/
/.venv*/
/build/
/dist/
*.egg-info/
__pycache__/
*.py[co]