Initial commit

This commit is contained in:
Phillip Tarrant 2020-08-09 10:21:05 -04:00
commit 9b671ebfed
2 changed files with 17 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
**/logs
*.log
__pycache__/
*.py[cod]
*$py.class
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.idea/

1
main.py Normal file
View File

@ -0,0 +1 @@
# Our main