Usage
To use gridlib in a project and run the analyses:
import gridlib
To use io functions so you are able to load and save data, import the required module:
import gridlib.io
To use plotting functions so you are able to plot data and analysis results, import the required module:
import gridlib.plot
It is convention to not abbreviate these imports.