Coding guidelines - Mindwerks/worldengine GitHub Wiki
The code should be verified using pep8. You can do that in this way:
pip install pep8
pep8 --max-line-length=120 <source_file.py>
The code should be verified using pep8. You can do that in this way:
pip install pep8
pep8 --max-line-length=120 <source_file.py>