def prepare_logger(path): if not os.path.isdir(path): os.makedirs(path) logger = Logger(path) return logger