def __init__(self, _path): self.__path = str(Path(_path).abspath()) self.__props = None self.__read_props()