''' @author: OMASSOT ''' from path import Path MAIN = Path(__file__).parent.parent.abspath() RSCDIR = MAIN / "ui" / "rsc" LOGDIR = Path("%appdata%").expandvars() / "mncheck" LOGDIR.mkdir_p() LOGCONF = MAIN / "core" / "logging.yaml"