I have created a class Settings2:
Settings2
def __init__(self,path): self.data = self.load(path) self.path = path def load(self,path): if pa