Imported challenge checks and helper classes

Added .gitignore file
Added python server example as used in the "Basically Gambling" challenge
Imported automatic chellange checks and ansicolor helper class
This commit is contained in:
Jan Groß
2018-07-08 19:13:41 -04:00
parent 2c718972c7
commit f765a0b6f9
7 changed files with 190 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
#Ignore virtualenv
venv/
#Ignore editor specific files
.vimrc
.vscode/