Bare bones of a notification system

This commit is contained in:
Ian Cordasco 2015-12-28 23:32:42 -06:00
parent f013698072
commit 7b2a1c157b
9 changed files with 209 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.cache/*
.tox/*
*.pyc
*.sw*
*.egg-info