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:
0
python_helper/__init__.py
Normal file
0
python_helper/__init__.py
Normal file
BIN
python_helper/__pycache__/__init__.cpython-34.pyc
Normal file
BIN
python_helper/__pycache__/__init__.cpython-34.pyc
Normal file
Binary file not shown.
BIN
python_helper/__pycache__/ansicolors.cpython-34.pyc
Normal file
BIN
python_helper/__pycache__/ansicolors.cpython-34.pyc
Normal file
Binary file not shown.
8
python_helper/ansicolors.py
Normal file
8
python_helper/ansicolors.py
Normal file
@@ -0,0 +1,8 @@
|
||||
HEADER = '\033[95m'
|
||||
OKBLUE = '\033[94m'
|
||||
OKGREEN = '\033[92m'
|
||||
WARNING = '\033[93m'
|
||||
FAIL = '\033[91m'
|
||||
ENDC = '\033[0m'
|
||||
BOLD = '\033[1m'
|
||||
UNDERLINE = '\033[4m'
|
||||
Reference in New Issue
Block a user