def __init__()

in protool/__init__.py [0:0]


    def __init__(self, file_path: str, *, sort_keys: bool = True) -> None:
        self.file_path = os.path.abspath(file_path)
        self.file_name = os.path.basename(self.file_path)
        self.load_from_disk(sort_keys=sort_keys)