convert classes to more Pythonic style
shashank88 opened this issue · 0 comments
shashank88 commented
Currently the classes (eg. column.py) are quite Java like with setters and getters. Need to check if all values are mutable and if not we can just use:
@Property
and
@.setter instead.