Table of Contents
Getting Started
Installation
First of all you have to download and unpack the source tar.gz or checkout it from our svn trunk.
Then run the command
python setup.py install
Import gnrbag module
Bag class is within the module gnrbag in the package core. So import it this way
from gnr.core.gnrbag import Bag
