First functional version

This commit is contained in:
Pedro Ferreira
2017-06-04 21:50:49 +02:00
commit 66a4149f12
18 changed files with 855 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
*.egg-info
.cache
.eggs
.coverage
__pycache__
*.pyc
node_modules