FerreroJeremy / ln2sql

A tool to query a database in natural language
GNU General Public License v3.0
510 stars 200 forks source link

convert classes to more Pythonic style #26

Open shashank88 opened 7 years ago

shashank88 commented 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.