in utils/generator.py [0:0]
def property_to_class_name(name): return "".join([w.title() if w != "ip" else "IP" for w in name.split("_")])