from loguru import logger as LOGGER

LOGGER.add("logs/movieo.txt",format="{time:MM-DD HH:mm:ss} line-{line}({function}) -> {level} {message}",)
