from pathlib import Path from ml_lib.utils.logging import Logger class MLogger(Logger): @property def outpath(self): # FIXME: Specify a special path return Path(self.config.train.outpath)