class documentation
class BlancClass(object):
blanc container class to have a collection of attributes.
For rapid shell- or prototyping. In the process of improving the code this class might/can/will at some point be replaced with a more tailored class.
Usage:
>>> from cma.utilities.utils import BlancClass >>> p = BlancClass() >>> p.value1 = 0 >>> p.value2 = 1