import pathlib from dataclasses import dataclass @dataclass class PATHS: logging_file: pathlib.Path = pathlib.Path("xexe.log")