Open shashank88 opened 7 years ago
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.
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.