#############################
## STYLE GUIDE
##

see https://google-styleguide.googlecode.com/svn/trunk/pyguide.html

* The default data directory is always './data' and not 'data'. 

* read-methods always give back objects containing the whole information (container philosophy). Therefore we use classes if possible.

* For more style guides see the official wiki: https://github.com/pencil-code/pencil-code/wiki/PythonCodingStyle
